Skip to content

Commit 4684f13

Browse files
committed
lint fix
1 parent 454c9bd commit 4684f13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/three-domain-secure/component.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,19 @@
33
/* eslint-disable no-restricted-globals, promise/no-native */
44
import { type LoggerType } from "@krakenjs/beaver-logger/src";
55
import { type ZoidComponent } from "@krakenjs/zoid/src";
6-
import { base64encode } from "@krakenjs/belter/src";
76
import { ZalgoPromise } from "@krakenjs/zalgo-promise/src";
87
import { FPTI_KEY, CURRENCY } from "@paypal/sdk-constants/src";
98

10-
import { PAYMENT_3DS_VERIFICATION, AUTH } from "../constants/api";
9+
import { PAYMENT_3DS_VERIFICATION } from "../constants/api";
1110
import { ValidationError } from "../lib";
1211

1312
import type {
1413
requestData,
15-
responseBody,
1614
GqlResponse,
1715
MerchantPayloadData,
1816
SdkConfig,
1917
ThreeDSResponse,
2018
TDSProps,
21-
Request,
2219
} from "./types";
2320
import { getFastlaneThreeDS } from "./utils";
2421
import type { GraphQLClient, RestClient } from "./api";

0 commit comments

Comments
 (0)