@bigcommerce/checkout-sdk 1.316.2 → 1.316.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.
@@ -32,6 +32,7 @@ service.initializePayment({
32
32
  ### Methods
33
33
 
34
34
  - [onError](StripeUPEPaymentInitializeOptions.md#onerror)
35
+ - [render](StripeUPEPaymentInitializeOptions.md#render)
35
36
 
36
37
  ## Properties
37
38
 
@@ -68,3 +69,13 @@ Checkout styles from store theme
68
69
  #### Returns
69
70
 
70
71
  `void`
72
+
73
+ ___
74
+
75
+ ### render
76
+
77
+ ▸ **render**(): `void`
78
+
79
+ #### Returns
80
+
81
+ `void`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.316.2",
3
+ "version": "1.316.3",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",