File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 33/* eslint-disable no-restricted-globals, promise/no-native */
44import { type LoggerType } from "@krakenjs/beaver-logger/src" ;
55import { type ZoidComponent } from "@krakenjs/zoid/src" ;
6- import { base64encode } from "@krakenjs/belter/src" ;
76import { ZalgoPromise } from "@krakenjs/zalgo-promise/src" ;
87import { 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" ;
1110import { ValidationError } from "../lib" ;
1211
1312import type {
1413 requestData ,
15- responseBody ,
1614 GqlResponse ,
1715 MerchantPayloadData ,
1816 SdkConfig ,
1917 ThreeDSResponse ,
2018 TDSProps ,
21- Request ,
2219} from "./types" ;
2320import { getFastlaneThreeDS } from "./utils" ;
2421import type { GraphQLClient , RestClient } from "./api" ;
You can’t perform that action at this time.
0 commit comments