@payrails/web-sdk 5.37.1-RC.2 → 5.37.2-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 +4 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +1 -0
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails.d.ts
CHANGED
|
@@ -2040,6 +2040,7 @@ declare class ApplePayButton extends PayrailsElementWithStoreInstrumentCheckbox
|
|
|
2040
2040
|
private appleButton;
|
|
2041
2041
|
private paymentExecutor;
|
|
2042
2042
|
private action;
|
|
2043
|
+
private isProcessing;
|
|
2043
2044
|
static isApplePayAvailable(): Promise<boolean>;
|
|
2044
2045
|
constructor(options: ApplePayButtonOptions);
|
|
2045
2046
|
mount(location: string): void;
|