@tap-payments/apple-pay-button 1.0.8 → 1.0.10
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/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://tap-sdks.b-cdn.net/apple-pay/build-1.0.
|
|
123
|
-
<script src="https://tap-sdks.b-cdn.net/apple-pay//build-1.0.
|
|
122
|
+
<link rel="stylesheet" href="https://tap-sdks.b-cdn.net/apple-pay/build-1.0.8/main.css" />
|
|
123
|
+
<script src="https://tap-sdks.b-cdn.net/apple-pay//build-1.0.8/main.js"></script>
|
|
124
124
|
</head>
|
|
125
125
|
<body>
|
|
126
126
|
<div id="apple-pay-button"></div>
|