@bigcommerce/checkout-sdk / BraintreePaypalCustomerInitializeOptions
• Optional buttonHeight: number
• container: string
The ID of a container which the checkout button should be inserted into.
▸ Optional onError(error): void
A callback that gets called on any error instead of submit payment or authorization errors.
| Name | Type | Description |
|---|---|---|
error |
BraintreeError_2 | default |
The error object describing the failure. |
void