@bigcommerce/checkout-sdk 1.623.1 → 1.623.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.
@@ -10,7 +10,7 @@ import { CardClassSelectors } from '@square/web-payments-sdk-types';
10
10
  import { CardInstrument as CardInstrument_2 } from '@bigcommerce/checkout-sdk/payment-integration-api';
11
11
  import { CartSource } from '@bigcommerce/checkout-sdk/payment-integration-api';
12
12
  import { CreditCardPaymentInitializeOptions } from '@bigcommerce/checkout-sdk/credit-card-integration';
13
- import { Currency } from '@bigcommerce/checkout-sdk/payment-integration-api';
13
+ import { Currency as Currency_2 } from '@bigcommerce/checkout-sdk/payment-integration-api';
14
14
  import { CustomerAddress as CustomerAddress_2 } from '@bigcommerce/checkout-sdk/payment-integration-api';
15
15
  import { HostedForm as HostedFormInterface } from '@bigcommerce/checkout-sdk/payment-integration-api';
16
16
  import { HostedFormOptions as HostedFormOptions_2 } from '@bigcommerce/checkout-sdk/payment-integration-api';
@@ -4454,6 +4454,13 @@ declare interface CssProperties {
4454
4454
  webkitTransition?: string;
4455
4455
  }
4456
4456
 
4457
+ declare interface Currency {
4458
+ name: string;
4459
+ code: string;
4460
+ symbol: string;
4461
+ decimalPlaces: number;
4462
+ }
4463
+
4457
4464
  /**
4458
4465
  * Responsible for formatting and converting currencies.
4459
4466
  */
@@ -6218,7 +6225,7 @@ declare interface Order {
6218
6225
  cartId: string;
6219
6226
  coupons: Coupon[];
6220
6227
  consignments: OrderConsignment;
6221
- currency: Currency;
6228
+ currency: Currency_2;
6222
6229
  customerCanBeCreated: boolean;
6223
6230
  customerId: number;
6224
6231
  customerMessage: string;