@bigcommerce/checkout-sdk 1.244.0 → 1.244.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-sdk.d.ts
CHANGED
|
@@ -2848,6 +2848,7 @@ declare interface CheckoutSettings {
|
|
|
2848
2848
|
features: {
|
|
2849
2849
|
[featureName: string]: boolean;
|
|
2850
2850
|
};
|
|
2851
|
+
checkoutBillingSameAsShippingEnabled: boolean;
|
|
2851
2852
|
enableOrderComments: boolean;
|
|
2852
2853
|
enableTermsAndConditions: boolean;
|
|
2853
2854
|
googleMapsApiKey: string;
|