@bigcommerce/checkout-sdk 1.516.0 → 1.517.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.
@@ -8,12 +8,12 @@
8
8
 
9
9
  - [container](PaypalCommerceRatePay.md#container)
10
10
  - [legalTextContainer](PaypalCommerceRatePay.md#legaltextcontainer)
11
+ - [loadingContainerId](PaypalCommerceRatePay.md#loadingcontainerid)
11
12
 
12
13
  ### Methods
13
14
 
14
15
  - [getFieldsValues](PaypalCommerceRatePay.md#getfieldsvalues)
15
16
  - [onError](PaypalCommerceRatePay.md#onerror)
16
- - [onPaymentSubmission](PaypalCommerceRatePay.md#onpaymentsubmission)
17
17
  - [onRenderButton](PaypalCommerceRatePay.md#onrenderbutton)
18
18
 
19
19
  ## Properties
@@ -32,6 +32,14 @@ ___
32
32
 
33
33
  The CSS selector of a container where the legal text should be inserted into.
34
34
 
35
+ ___
36
+
37
+ ### loadingContainerId
38
+
39
+ • **loadingContainerId**: `string`
40
+
41
+ The CSS selector of a container where loading indicator should be rendered
42
+
35
43
  ## Methods
36
44
 
37
45
  ### getFieldsValues
@@ -70,24 +78,6 @@ A callback for displaying error popup. This callback requires error object as pa
70
78
 
71
79
  ___
72
80
 
73
- ### onPaymentSubmission
74
-
75
- ▸ `Optional` **onPaymentSubmission**(`isPaymentSubmitting`): `void`
76
-
77
- Callback that triggers pending logic (for example: show loading overlay)
78
-
79
- #### Parameters
80
-
81
- | Name | Type |
82
- | :------ | :------ |
83
- | `isPaymentSubmitting` | `boolean` |
84
-
85
- #### Returns
86
-
87
- `void`
88
-
89
- ___
90
-
91
81
  ### onRenderButton
92
82
 
93
83
  ▸ `Optional` **onRenderButton**(): `void`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.516.0",
3
+ "version": "1.517.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",