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