boxpay-checkout-web-sdk 1.0.0-beta.1 → 1.0.0-beta.2
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/dist/boxpay-checkout-web-sdk.js +1889 -0
- package/dist/boxpay.esm.js +1847 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ A lightweight, secure, and customizable checkout experience for payments — bui
|
|
|
36
36
|
You can use the SDK in **two ways**:
|
|
37
37
|
|
|
38
38
|
1. **Embedded checkout UI inside your page (`elements`)**
|
|
39
|
-
2. **
|
|
39
|
+
2. **In-site checkout (`open`)**
|
|
40
40
|
|
|
41
41
|
---
|
|
42
42
|
|
|
@@ -126,7 +126,7 @@ This method renders the checkout UI directly into a container on your webpage.
|
|
|
126
126
|
|
|
127
127
|
---
|
|
128
128
|
|
|
129
|
-
# 2️⃣ Full-Page Hosted Checkout (
|
|
129
|
+
# 2️⃣ Full-Page Hosted Checkout (In-site)
|
|
130
130
|
|
|
131
131
|
This approach opens the hosted checkout in an iframe — no UI managed by the merchant.
|
|
132
132
|
|