From 4dda3bfa4f9f83d335d417a04df9821b63e5a8ad Mon Sep 17 00:00:00 2001 From: Yehor Anisimov Date: Mon, 23 Dec 2024 15:22:47 -0500 Subject: [PATCH] DTSHOPSCE-4476: [MUSE] turn off autoloading of pptm.js in JS SDK --- test/paypal.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/paypal.js b/test/paypal.js index 3f64acc..509130f 100644 --- a/test/paypal.js +++ b/test/paypal.js @@ -1,7 +1,7 @@ /* @flow */ -import { insertMockSDKScript } from '@paypal/sdk-client/src'; -import { SDK_QUERY_KEYS } from '@paypal/sdk-constants/src'; +// import { insertMockSDKScript } from '@paypal/sdk-client/src'; +// import { SDK_QUERY_KEYS } from '@paypal/sdk-constants/src'; // eslint-disable-next-line import/no-namespace import * as muse from '../src';