@fractalpay/fractalpay-next-dev 0.0.295 → 0.0.296
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
"package.json"(exports, module) {
|
|
40
40
|
module.exports = {
|
|
41
41
|
name: "@fractalpay/fractalpay-next-dev",
|
|
42
|
-
version: "0.0.
|
|
42
|
+
version: "0.0.296",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -241,8 +241,8 @@ var Loader_default = Loader;
|
|
|
241
241
|
var { name } = require_package();
|
|
242
242
|
var S3Url = "https://fractal-userdata-upload.s3.us-east-1.amazonaws.com/";
|
|
243
243
|
if (name === "@fractalpay/fractalpay-next-dev") {
|
|
244
|
+
masterBaseUrl = "https://api.dev.fractalpay.com/";
|
|
244
245
|
baseUrl = "https://widget.dev.fractalpay.com/";
|
|
245
|
-
masterBaseUrl = "http://localhost:50501/";
|
|
246
246
|
fractalGatewayUrl = "https://api-dev.merchant-trends.com/";
|
|
247
247
|
datacapUrl = "https://token-cert.dcap.com/v1/client";
|
|
248
248
|
threedsSecurePublicKey = "pk_test_51RH5Wc2SlJvyNZ80hpUDy88r4rVdpijfKbNaWaUyQEE6rOrPmG2JQyAj7G5amBD5z5daC56WaeT4jfNhrrPcGOEP00UyKu6AOw";
|
|
@@ -11118,7 +11118,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
|
|
|
11118
11118
|
hideLoader();
|
|
11119
11119
|
}
|
|
11120
11120
|
} else {
|
|
11121
|
-
|
|
11121
|
+
setErrorIframe("Please Select A Card/Bank");
|
|
11122
11122
|
callback({
|
|
11123
11123
|
error: "Please Select A Card/Bank"
|
|
11124
11124
|
});
|