@tap-payments/apple-pay-button 0.0.30-test → 0.0.32-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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ const App = () => {
|
|
|
142
142
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
143
143
|
<title>apple pay button</title>
|
|
144
144
|
<link rel="stylesheet" href="https://tap-sdks.b-cdn.net/apple-pay/build-0.0.30-test/main.css" />
|
|
145
|
-
<script src="https://tap-sdks.b-cdn.net/apple-pay/build-0.0.30
|
|
145
|
+
<script src="https://tap-sdks.b-cdn.net/apple-pay/build-0.0.30-test/main.js"></script>
|
|
146
146
|
</head>
|
|
147
147
|
|
|
148
148
|
<body>
|