Skip to content

Latest commit

 

History

History
54 lines (31 loc) · 1.1 KB

PaymentHumanVerificationHandler.md

File metadata and controls

54 lines (31 loc) · 1.1 KB

@bigcommerce/checkout-sdk / PaymentHumanVerificationHandler

Class: PaymentHumanVerificationHandler

Table of contents

Constructors

Methods

Constructors

constructor

new PaymentHumanVerificationHandler(_googleRecaptcha)

Parameters

Name Type
_googleRecaptcha GoogleRecaptcha

Methods

handle

handle(error): Promise<PaymentAdditionalAction>

Parameters

Name Type
error any

Returns

Promise<PaymentAdditionalAction>

handle(id, key): Promise<PaymentAdditionalAction>

Parameters

Name Type
id string
key string

Returns

Promise<PaymentAdditionalAction>