@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.37.2-RC.0",
3
+ "version": "5.37.2",
4
4
  "description": "SDK providing tokenization options on the client for merchants",
5
5
  "main": "index.js",
6
6
  "types": "payrails.d.ts",
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;