Skip to content

Commit 3fbc7de

Browse files
authored
enable 3DS for prod and sandbox (#2473)
1 parent 3fc257a commit 3fbc7de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/three-domain-secure/interface.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import {
88
} from "@paypal/sdk-client/src";
99
import { destroy as zoidDestroy } from "@krakenjs/zoid/src";
1010

11-
import { devEnvOnlyExport } from "../lib";
1211
import type { LazyExport } from "../types";
1312

1413
import {
@@ -46,9 +45,9 @@ export const ThreeDomainSecureClient: LazyExport<ThreeDomainSecureComponentInter
4645
clientID: getClientID(),
4746
},
4847
});
49-
return devEnvOnlyExport({
48+
return {
5049
isEligible: (payload) => threeDomainSecureInstance.isEligible(payload),
5150
show: () => threeDomainSecureInstance.show(),
52-
});
51+
};
5352
},
5453
};

0 commit comments

Comments
 (0)