@payrails/web-sdk 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/payrails.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
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
@@ -459,7 +459,7 @@ interface PayrailsAmount {
459
459
  }
460
460
 
461
461
  interface CardPaymentButtonOptions {
462
- events?: PaymentEvents;
462
+ events?: PayrailsSDKEvents;
463
463
  translations?: {
464
464
  label: string;
465
465
  };