@payrails/web-sdk 5.37.5 → 5.37.6

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.5",
3
+ "version": "5.37.6",
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
@@ -1454,6 +1454,7 @@ declare class GooglePayButton extends PayrailsElementWithStoreInstrumentCheckbox
1454
1454
  private readonly paymentExecutor;
1455
1455
  private static googleSDKClient;
1456
1456
  private sdkLoadedCalled;
1457
+ private isProcessing;
1457
1458
  private buttonElement;
1458
1459
  private static getGooglePayConfigAsArray;
1459
1460
  private static getSDKClient;