@bigcommerce/checkout-sdk 1.549.0 → 1.549.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/README.md +3 -3
- 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
|
@@ -9597,7 +9597,7 @@ export declare function createLanguageService(config?: Partial<LanguageConfig>):
|
|
|
9597
9597
|
*
|
|
9598
9598
|
* @returns an instance of `PayPalCommerceAnalyticTrackerService`.
|
|
9599
9599
|
*/
|
|
9600
|
-
export declare function
|
|
9600
|
+
export declare function createPayPalCommerceAnalyticTracker(checkoutService: CheckoutService): PayPalCommerceAnalyticTrackerService;
|
|
9601
9601
|
|
|
9602
9602
|
/**
|
|
9603
9603
|
* Creates an instance of `StepTracker`.
|