We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b125421 commit af596b5Copy full SHA for af596b5
packages/stripe-integration/src/stripe-ocs/getStripeOCSStyles.ts
@@ -1,7 +1,8 @@
1
import { isEmpty } from 'lodash';
2
3
import { getAppliedStyles } from '@bigcommerce/checkout/dom-utils';
4
-import { StripeAppearanceOptions, StripeCustomFont } from '../stripe-types';
+
5
+import type { StripeAppearanceOptions, StripeCustomFont } from '../stripe-types';
6
7
const getStylesFromElement = (
8
selector: string,
packages/stripe-integration/src/stripe-types.ts
@@ -32,6 +32,7 @@ interface StripeAddress {
32
country: string;
33
line1: string;
34
line2?: string;
35
+ // eslint-disable-next-line @typescript-eslint/naming-convention
36
postal_code: string;
37
state: string;
38
}
0 commit comments