@tap-payments/apple-pay-button 1.0.5 → 1.0.6
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
|
@@ -121,8 +121,8 @@ const App = () => {
|
|
|
121
121
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
122
122
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
123
123
|
<title>apple pay button</title>
|
|
124
|
-
<link rel="stylesheet" href="https://apple-pay-button.b-cdn.net/build-
|
|
125
|
-
<script src="https://apple-pay-button.b-cdn.net/build-
|
|
124
|
+
<link rel="stylesheet" href="https://apple-pay-button.b-cdn.net/build-1.0.6/main.css" />
|
|
125
|
+
<script src="https://apple-pay-button.b-cdn.net/build-1.0.6/main.js"></script>
|
|
126
126
|
</head>
|
|
127
127
|
<body>
|
|
128
128
|
<div id="apple-pay-button"></div>
|