@bigcommerce/checkout-sdk 1.549.0 → 1.549.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 +3 -3
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -183,7 +183,7 @@ console.log(state.data.getBillingAddress().email);
|
|
|
183
183
|
#### Passwordless Sign-in
|
|
184
184
|
Customers could sign in using a single-use link sent to their email address. Once they click on the link, they will be redirected back to the store as a signed-in user.
|
|
185
185
|
|
|
186
|
-
Learn more about it at [CheckoutService#sendSignInEmail](docs/classes/
|
|
186
|
+
Learn more about it at [CheckoutService#sendSignInEmail](docs/classes/CheckoutService.md#sendSignInEmail)
|
|
187
187
|
|
|
188
188
|
### Continue as guest
|
|
189
189
|
|
|
@@ -196,7 +196,7 @@ console.log(state.data.getBillingAddress());
|
|
|
196
196
|
console.log(state.data.getCustomer());
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
Learn more about it at [CheckoutService#continueAsGuest](docs/classes/
|
|
199
|
+
Learn more about it at [CheckoutService#continueAsGuest](docs/classes/CheckoutService.md#continueasguest)
|
|
200
200
|
|
|
201
201
|
### Set shipping details
|
|
202
202
|
|
|
@@ -288,7 +288,7 @@ You can also enable bot protection to prevent bots and other types of automated
|
|
|
288
288
|
await service.executeSpamCheck();
|
|
289
289
|
```
|
|
290
290
|
|
|
291
|
-
Learn more about it at [CheckoutService#executeSpamCheck](docs/classes/
|
|
291
|
+
Learn more about it at [CheckoutService#executeSpamCheck](docs/classes/CheckoutService.md#executespamcheck).
|
|
292
292
|
|
|
293
293
|
### Submit payment and order
|
|
294
294
|
|