Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 978 Bytes

File metadata and controls

46 lines (25 loc) · 978 Bytes

@bigcommerce/checkout-sdk / BraintreePaypalCustomerInitializeOptions

Interface: BraintreePaypalCustomerInitializeOptions

Table of contents

Properties

Methods

Properties

buttonHeight

Optional buttonHeight: number


container

container: string

The ID of a container which the checkout button should be inserted into.

Methods

onError

Optional onError(error): void

A callback that gets called on any error instead of submit payment or authorization errors.

Parameters

Name Type Description
error BraintreeError_2 | default The error object describing the failure.

Returns

void