@bigcommerce/checkout-sdk 1.433.0 → 1.433.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.
@@ -21,6 +21,7 @@ service.initializePayment({
21
21
  ### Properties
22
22
 
23
23
  - [shippingLabel](ApplePayPaymentInitializeOptions.md#shippinglabel)
24
+ - [storeCreditLabel](ApplePayPaymentInitializeOptions.md#storecreditlabel)
24
25
  - [subtotalLabel](ApplePayPaymentInitializeOptions.md#subtotallabel)
25
26
 
26
27
  ## Properties
@@ -33,6 +34,14 @@ Shipping label to be passed to apple sheet.
33
34
 
34
35
  ___
35
36
 
37
+ ### storeCreditLabel
38
+
39
+ • `Optional` **storeCreditLabel**: `string`
40
+
41
+ Store credit label to be passed to apple sheet.
42
+
43
+ ___
44
+
36
45
  ### subtotalLabel
37
46
 
38
47
  • `Optional` **subtotalLabel**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.433.0",
3
+ "version": "1.433.2",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",