Skip to content

Commit 109439d

Browse files
committed
feat(payment): create Stripe utils package
1 parent 5825821 commit 109439d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/stripe-integration/src/stripe-ocs/stripe-link-v2-customer-strategy.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ import { LoadingIndicator } from '@bigcommerce/checkout-sdk/ui';
1818
import {
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

2929
import StripeLinkV2CustomerStrategy from './stripe-link-v2-customer-strategy';

packages/stripe-integration/src/stripe-ocs/stripe-link-v2-customer-strategy.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4141
import { expressCheckoutAllowedCountryCodes } from './constants';

0 commit comments

Comments
 (0)