File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
packages/stripe-integration/src/stripe-ocs Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ import { LoadingIndicator } from '@bigcommerce/checkout-sdk/ui';
1818import {
1919 getStripeIntegrationServiceMock ,
2020 StripeClient ,
21- StripeIntegrationService ,
2221 StripeElement ,
2322 StripeElementEvent ,
2423 StripeElements ,
25- StripeStringConstants ,
24+ StripeIntegrationService ,
2625 StripeScriptLoader ,
26+ StripeStringConstants ,
2727} from '@bigcommerce/checkout-sdk/stripe-utils' ;
2828
2929import StripeLinkV2CustomerStrategy from './stripe-link-v2-customer-strategy' ;
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ import {
2121 isStripePaymentMethodLike ,
2222 StripeAdditionalActionRequired ,
2323 StripeClient ,
24- StripeIntegrationService ,
25- StripePaymentMethodType ,
2624 StripeElement ,
2725 StripeElementEvent ,
2826 StripeElements ,
2927 StripeElementsCreateOptions ,
3028 StripeElementType ,
3129 StripeError ,
3230 StripeEventType ,
33- StripeResult ,
34- StripeStringConstants ,
35- StripeScriptLoader ,
31+ StripeIntegrationService ,
3632 StripeLinkV2Event ,
3733 StripeLinkV2Options ,
3834 StripeLinkV2ShippingRate ,
35+ StripePaymentMethodType ,
36+ StripeResult ,
37+ StripeScriptLoader ,
38+ StripeStringConstants ,
3939} from '@bigcommerce/checkout-sdk/stripe-utils' ;
4040
4141import { expressCheckoutAllowedCountryCodes } from './constants' ;
You can’t perform that action at this time.
0 commit comments