@bigcommerce/checkout-sdk 1.562.0 → 1.562.2
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 +1 -1
- 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/README.md +3 -3
- package/package.json +1 -1
package/dist/checkout-sdk.d.ts
CHANGED
|
@@ -9530,7 +9530,7 @@ export declare function createBodlService(subscribe: (subscriber: (state: Checko
|
|
|
9530
9530
|
*
|
|
9531
9531
|
* @returns an instance of `BraintreeAnalyticTrackerService`.
|
|
9532
9532
|
*/
|
|
9533
|
-
export declare function
|
|
9533
|
+
export declare function createBraintreeAnalyticTracker(checkoutService: CheckoutService): BraintreeAnalyticTrackerService;
|
|
9534
9534
|
|
|
9535
9535
|
/**
|
|
9536
9536
|
* Creates an instance of `CheckoutButtonInitializer`.
|