@bigcommerce/checkout-sdk 1.379.0 → 1.380.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.
@@ -4,14 +4,18 @@
4
4
 
5
5
  ## Table of contents
6
6
 
7
- ### Properties
7
+ ### Methods
8
8
 
9
- - [mandateText](BraintreePaypalAchInitializeOptions.md#mandatetext)
9
+ - [getMandateText](BraintreePaypalAchInitializeOptions.md#getmandatetext)
10
10
 
11
- ## Properties
11
+ ## Methods
12
12
 
13
- ### mandateText
13
+ ### getMandateText
14
14
 
15
- **mandateText**: `string`
15
+ **getMandateText**(): `string`
16
16
 
17
- The text that should be displayed to the customer in UI for proof of authorization
17
+ A callback that returns text that should be displayed to the customer in UI for proof of authorization
18
+
19
+ #### Returns
20
+
21
+ `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.379.0",
3
+ "version": "1.380.1",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",