@tap-payments/apple-pay-button 0.0.24-test → 0.0.26-test

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.
@@ -36,7 +36,7 @@ export declare const SupportedNetworks: {
36
36
  readonly Jcb: "jcb";
37
37
  readonly Maestro: "maestro";
38
38
  };
39
- export declare const ApplePayVersion = 5;
39
+ export declare const ApplePayVersion = 1;
40
40
  export declare const Environment: {
41
41
  readonly Production: "production";
42
42
  readonly Sandbox: "sandbox";
@@ -36,7 +36,7 @@ export var SupportedNetworks = {
36
36
  Jcb: 'jcb',
37
37
  Maestro: 'maestro'
38
38
  };
39
- export var ApplePayVersion = 5;
39
+ export var ApplePayVersion = 1;
40
40
  export var Environment = {
41
41
  Production: 'production',
42
42
  Sandbox: 'sandbox',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tap-payments/apple-pay-button",
3
- "version": "0.0.24-test",
3
+ "version": "0.0.26-test",
4
4
  "description": "Apple Pay Button React Component",
5
5
  "main": "build/index.js",
6
6
  "module": "build/index.js",