@bigcommerce/checkout-sdk 1.781.0 → 1.781.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 -1
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/hosted-form-v2-iframe-host.js +1 -1
- package/dist/hosted-form-v2-iframe-host.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -452,7 +452,7 @@ The functions provided by the SDK are:
|
|
|
452
452
|
## See also
|
|
453
453
|
|
|
454
454
|
* [Checkout JS](https://github.com/bigcommerce/checkout-js) - This is our reference implementation of a checkout built using the Checkout JS SDK.
|
|
455
|
-
* [Storefront APIs](https://developer.bigcommerce.com/
|
|
455
|
+
* [Storefront APIs](https://developer.bigcommerce.com/docs/storefront/cart-checkout/guide/rest-storefront) - The documentation for Storefront Checkout & Cart Web APIs.
|
|
456
456
|
|
|
457
457
|
|
|
458
458
|
## Notes
|