@bigcommerce/checkout-sdk 1.193.0 → 1.196.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.
@@ -20,6 +20,7 @@
20
20
  * [isVaultingCvvEnabled](paymentmethodconfig.md#optional-isvaultingcvvenabled)
21
21
  * [isVaultingEnabled](paymentmethodconfig.md#optional-isvaultingenabled)
22
22
  * [isVisaCheckoutEnabled](paymentmethodconfig.md#optional-isvisacheckoutenabled)
23
+ * [logo](paymentmethodconfig.md#optional-logo)
23
24
  * [merchantId](paymentmethodconfig.md#optional-merchantid)
24
25
  * [redirectUrl](paymentmethodconfig.md#optional-redirecturl)
25
26
  * [requireCustomerCode](paymentmethodconfig.md#optional-requirecustomercode)
@@ -88,6 +89,12 @@ ___
88
89
 
89
90
  ___
90
91
 
92
+ ### `Optional` logo
93
+
94
+ • **logo**? : *undefined | string*
95
+
96
+ ___
97
+
91
98
  ### `Optional` merchantId
92
99
 
93
100
  • **merchantId**? : *undefined | string*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.193.0",
3
+ "version": "1.196.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",