@bigcommerce/checkout-sdk 1.326.1 → 1.326.3

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.
Files changed (28) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/checkout-button.js +1 -1
  3. package/dist/checkout-button.js.map +1 -1
  4. package/dist/checkout-button.umd.js +1 -1
  5. package/dist/checkout-button.umd.js.map +1 -1
  6. package/dist/checkout-sdk.d.ts +48 -156
  7. package/dist/checkout-sdk.js +1 -1
  8. package/dist/checkout-sdk.js.map +1 -1
  9. package/dist/checkout-sdk.umd.js +1 -1
  10. package/dist/checkout-sdk.umd.js.map +1 -1
  11. package/docs/README.md +0 -5
  12. package/docs/classes/CheckoutService.md +18 -17
  13. package/docs/interfaces/AmazonPayV2CustomerInitializeOptions.md +14 -0
  14. package/docs/interfaces/AmazonPayV2PaymentInitializeOptions.md +2 -2
  15. package/docs/interfaces/AmazonPayV2ShippingInitializeOptions.md +14 -0
  16. package/docs/interfaces/BaseCustomerInitializeOptions.md +0 -10
  17. package/docs/interfaces/BasePaymentInitializeOptions.md +0 -10
  18. package/docs/interfaces/BraintreePaypalButtonInitializeOptions.md +3 -3
  19. package/docs/interfaces/BraintreePaypalCreditButtonInitializeOptions.md +3 -3
  20. package/docs/interfaces/BraintreePaypalCustomerInitializeOptions.md +1 -1
  21. package/docs/interfaces/BraintreeVenmoButtonInitializeOptions.md +1 -1
  22. package/docs/interfaces/ShippingInitializeOptions.md +0 -10
  23. package/package.json +1 -1
  24. package/docs/interfaces/AmazonPayCustomerInitializeOptions.md +0 -65
  25. package/docs/interfaces/AmazonPayOrderReference.md +0 -30
  26. package/docs/interfaces/AmazonPayPaymentInitializeOptions.md +0 -100
  27. package/docs/interfaces/AmazonPayShippingInitializeOptions.md +0 -85
  28. package/docs/interfaces/AmazonPayWidgetError.md +0 -25
package/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.326.3](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.2...v1.326.3) (2023-01-20)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **payment:** CHECKOUT-000 Fix issue with offsite payment completion ([#1786](https://github.com/bigcommerce/checkout-sdk-js/issues/1786)) ([c1d5b79](https://github.com/bigcommerce/checkout-sdk-js/commit/c1d5b79efd17da26c553ad515f5d9ab78ee152a8))
11
+
12
+ ### [1.326.2](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.1...v1.326.2) (2023-01-19)
13
+
14
+
15
+ ### Code Refactoring
16
+
17
+ * **payment:** INT-6964 AmazonPayV1: Remove all related files ([f24e5f8](https://github.com/bigcommerce/checkout-sdk-js/commit/f24e5f8b8911eb26476aaa681e04695f6f13ea87))
18
+ * **payment:** INT-6964 Rename `AMAZONPAYV2` to `AMAZONPAY` ([4eb2688](https://github.com/bigcommerce/checkout-sdk-js/commit/4eb2688d1c7b6c2b9c44be45ed2121942898276f))
19
+
5
20
  ### [1.326.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.326.0...v1.326.1) (2023-01-19)
6
21
 
7
22