@payrails/web-sdk 5.37.5 → 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/README.md +5 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +4 -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;
|
|
@@ -1454,6 +1457,7 @@ declare class GooglePayButton extends PayrailsElementWithStoreInstrumentCheckbox
|
|
|
1454
1457
|
private readonly paymentExecutor;
|
|
1455
1458
|
private static googleSDKClient;
|
|
1456
1459
|
private sdkLoadedCalled;
|
|
1460
|
+
private isProcessing;
|
|
1457
1461
|
private buttonElement;
|
|
1458
1462
|
private static getGooglePayConfigAsArray;
|
|
1459
1463
|
private static getSDKClient;
|