@bigcommerce/checkout-sdk 1.296.2 → 1.298.0

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.
@@ -11,6 +11,10 @@
11
11
  - [initializesOnCheckoutPage](PaypalCommerceButtonInitializeOptions.md#initializesoncheckoutpage)
12
12
  - [style](PaypalCommerceButtonInitializeOptions.md#style)
13
13
 
14
+ ### Methods
15
+
16
+ - [onComplete](PaypalCommerceButtonInitializeOptions.md#oncomplete)
17
+
14
18
  ## Properties
15
19
 
16
20
  ### buyNowInitializeOptions
@@ -48,3 +52,15 @@ ___
48
52
  • `Optional` **style**: [`PaypalButtonStyleOptions_2`](PaypalButtonStyleOptions_2.md)
49
53
 
50
54
  A set of styling options for the checkout button.
55
+
56
+ ## Methods
57
+
58
+ ### onComplete
59
+
60
+ ▸ `Optional` **onComplete**(): `void`
61
+
62
+ A callback that gets called when payment complete on paypal side.
63
+
64
+ #### Returns
65
+
66
+ `void`
@@ -12,6 +12,10 @@
12
12
  - [messagingContainerId](PaypalCommerceCreditButtonInitializeOptions.md#messagingcontainerid)
13
13
  - [style](PaypalCommerceCreditButtonInitializeOptions.md#style)
14
14
 
15
+ ### Methods
16
+
17
+ - [onComplete](PaypalCommerceCreditButtonInitializeOptions.md#oncomplete)
18
+
15
19
  ## Properties
16
20
 
17
21
  ### buyNowInitializeOptions
@@ -57,3 +61,15 @@ ___
57
61
  • `Optional` **style**: [`PaypalButtonStyleOptions_2`](PaypalButtonStyleOptions_2.md)
58
62
 
59
63
  A set of styling options for the checkout button.
64
+
65
+ ## Methods
66
+
67
+ ### onComplete
68
+
69
+ ▸ `Optional` **onComplete**(): `void`
70
+
71
+ A callback that gets called when payment complete on paypal side.
72
+
73
+ #### Returns
74
+
75
+ `void`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.296.2",
3
+ "version": "1.298.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",
@@ -107,7 +107,7 @@
107
107
  "request": "^2.83.0",
108
108
  "semver": "^7.1.1",
109
109
  "source-map-loader": "^0.2.4",
110
- "standard-version": "^8.0.1",
110
+ "standard-version": "^9.5.0",
111
111
  "ts-jest": "^24.1.0",
112
112
  "ts-loader": "^9.2.9",
113
113
  "typedoc": "^0.22.0",