@tap-payments/apple-pay-button 1.0.7 → 1.0.8
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/README.md +2 -2
- package/build/api/httpClient.d.ts +1 -1
- package/build/api/httpClient.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,8 +119,8 @@ const App = () => {
|
|
|
119
119
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
120
120
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
121
121
|
<title>apple pay button</title>
|
|
122
|
-
<link rel="stylesheet" href="https://
|
|
123
|
-
<script src="https://
|
|
122
|
+
<link rel="stylesheet" href="https://tap-sdks.b-cdn.net/apple-pay/build-1.0.7/main.css" />
|
|
123
|
+
<script src="https://tap-sdks.b-cdn.net/apple-pay//build-1.0.7/main.js"></script>
|
|
124
124
|
</head>
|
|
125
125
|
<body>
|
|
126
126
|
<div id="apple-pay-button"></div>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const MW_BASE_LIVE_URL = "https://mw-sdk.tap.company/v2/checkout";
|
|
2
|
-
export declare const MW_BASE_STAGING_URL = "https://mw-sdk.
|
|
2
|
+
export declare const MW_BASE_STAGING_URL = "https://mw-sdk.staging.tap.company/v2/checkout";
|
|
3
3
|
export declare const MW_BASE_DEV_URL = "https://mw-sdk.dev.tap.company/v2/checkout";
|
|
4
4
|
export declare const MW_BASE_BETA_URL = "https://mw-sdk.beta.tap.company/v2/checkout";
|
|
5
5
|
export declare const MW_BASE_SANDBOX_URL = "https://mw-sdk.sandbox.tap.company/v2/checkout";
|
package/build/api/httpClient.js
CHANGED
|
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import axios from 'axios';
|
|
13
13
|
export var MW_BASE_LIVE_URL = 'https://mw-sdk.tap.company/v2/checkout';
|
|
14
|
-
export var MW_BASE_STAGING_URL = 'https://mw-sdk.
|
|
14
|
+
export var MW_BASE_STAGING_URL = 'https://mw-sdk.staging.tap.company/v2/checkout';
|
|
15
15
|
export var MW_BASE_DEV_URL = 'https://mw-sdk.dev.tap.company/v2/checkout';
|
|
16
16
|
export var MW_BASE_BETA_URL = 'https://mw-sdk.beta.tap.company/v2/checkout';
|
|
17
17
|
export var MW_BASE_SANDBOX_URL = 'https://mw-sdk.sandbox.tap.company/v2/checkout';
|