@payrails/web-sdk 5.37.6 → 5.37.7-RC.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +3 -0
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails.d.ts
CHANGED
|
@@ -688,12 +688,15 @@ declare class ApplePayButton extends PayrailsElementWithStoreInstrumentCheckbox
|
|
|
688
688
|
private paymentExecutor;
|
|
689
689
|
private action;
|
|
690
690
|
private isProcessing;
|
|
691
|
+
private completedSessions;
|
|
692
|
+
private abortedSessionReasons;
|
|
691
693
|
static isApplePayAvailable(): Promise<boolean>;
|
|
692
694
|
constructor(options: ApplePayButtonOptions);
|
|
693
695
|
mount(location: string): void;
|
|
694
696
|
unmount(): void;
|
|
695
697
|
private mountApplePayButton;
|
|
696
698
|
private onAuthorizeFailedHandler;
|
|
699
|
+
private completeApplePaySession;
|
|
697
700
|
private createApplePaySession;
|
|
698
701
|
private onApplePayAuthorized;
|
|
699
702
|
private doAuthorizedPayment;
|