@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.
- package/dist/checkout-button.js +1 -1
- package/dist/checkout-button.umd.js +1 -1
- package/dist/checkout-sdk.d.ts +2 -2
- package/dist/checkout-sdk.js +1 -1
- package/dist/checkout-sdk.js.map +1 -1
- package/dist/checkout-sdk.umd.js +1 -1
- package/dist/checkout-sdk.umd.js.map +1 -1
- package/docs/interfaces/BraintreePaypalAchInitializeOptions.md +10 -6
- package/package.json +1 -1
|
@@ -4,14 +4,18 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents
|
|
6
6
|
|
|
7
|
-
###
|
|
7
|
+
### Methods
|
|
8
8
|
|
|
9
|
-
- [
|
|
9
|
+
- [getMandateText](BraintreePaypalAchInitializeOptions.md#getmandatetext)
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Methods
|
|
12
12
|
|
|
13
|
-
###
|
|
13
|
+
### getMandateText
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
▸ **getMandateText**(): `string`
|
|
16
16
|
|
|
17
|
-
|
|
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`
|