@payrails/web-sdk 5.37.6 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.37.6",
3
+ "version": "5.37.7-RC.0",
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
@@ -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;