paygate-checkout-sdk 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/dist/shared/types/index.d.ts +28 -28
- package/package.json +1 -2
package/dist/index.esm.js
CHANGED
|
@@ -596,10 +596,6 @@ styled.div `
|
|
|
596
596
|
}
|
|
597
597
|
`;
|
|
598
598
|
|
|
599
|
-
if (typeof window !== 'undefined') {
|
|
600
|
-
axios.defaults.adapter = require('axios/lib/adapters/xhr');
|
|
601
|
-
}
|
|
602
|
-
|
|
603
599
|
/*!
|
|
604
600
|
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
605
601
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
@@ -6040,6 +6036,7 @@ styled.iframe `
|
|
|
6040
6036
|
`;
|
|
6041
6037
|
const PaygateCheckoutSdk = ({ userData }) => {
|
|
6042
6038
|
var _a, _b;
|
|
6039
|
+
console.log(":::: PaygateCheckoutSdk ::::");
|
|
6043
6040
|
const { showSnackbar} = useSnackbar();
|
|
6044
6041
|
const [isDrawerOpen, setIsDrawerOpen] = useState(false);
|
|
6045
6042
|
const [selectedMethod, setSelectedMethod] = useState("CARD");
|
|
@@ -6470,7 +6467,7 @@ const PaygateCheckoutSdk = ({ userData }) => {
|
|
|
6470
6467
|
}
|
|
6471
6468
|
};
|
|
6472
6469
|
|
|
6473
|
-
console.log("
|
|
6470
|
+
console.log(":::: Lib Index ::::");
|
|
6474
6471
|
|
|
6475
6472
|
export { PaygateCheckoutSdk };
|
|
6476
6473
|
//# sourceMappingURL=index.esm.js.map
|