boxpay-checkout-web-sdk 1.0.0-beta.4 → 1.0.1
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 -7
- package/dist/boxpay-checkout-web-sdk.js +2065 -2
- package/dist/boxpay.esm.js +2023 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,13 +20,7 @@ A lightweight, secure, and customizable checkout experience for payments — bui
|
|
|
20
20
|
### Via CDN
|
|
21
21
|
|
|
22
22
|
```html
|
|
23
|
-
<script src="https://cdn.jsdelivr.net/npm/boxpay-checkout-
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
### Local Script
|
|
27
|
-
|
|
28
|
-
```html
|
|
29
|
-
<script src="path-to/boxpay-checkout-js-sdk.js"></script>
|
|
23
|
+
<script src="https://cdn.jsdelivr.net/npm/boxpay-checkout-web-sdk/dist/boxpay.esm.min.js"></script>
|
|
30
24
|
```
|
|
31
25
|
|
|
32
26
|
---
|