@bigcommerce/checkout-sdk 1.339.0 → 1.340.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.
@@ -3296,7 +3296,7 @@ declare interface CheckoutSettings {
3296
3296
  [featureName: string]: boolean;
3297
3297
  };
3298
3298
  checkoutBillingSameAsShippingEnabled: boolean;
3299
- CheckoutUserExperienceSettings: {
3299
+ checkoutUserExperienceSettings: {
3300
3300
  [key in UserExperienceSettingNames]: boolean;
3301
3301
  };
3302
3302
  enableOrderComments: boolean;