@fractalpay/fractalpay-next-dev 0.0.272 → 0.0.273
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 +6 -6
- 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.273",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -236,8 +236,8 @@ var Loader_default = Loader;
|
|
|
236
236
|
var { name } = require_package();
|
|
237
237
|
var S3Url = "https://fractal-userdata-upload.s3.us-east-1.amazonaws.com/";
|
|
238
238
|
if (name === "@fractalpay/fractalpay-next-dev") {
|
|
239
|
-
masterBaseUrl = "https://
|
|
240
|
-
baseUrl = "https://widget.
|
|
239
|
+
masterBaseUrl = "https://dev-sky-node.fractalpay.com/";
|
|
240
|
+
baseUrl = "https://dev-widget.fractalpay.com/";
|
|
241
241
|
fractalGatewayUrl = "https://api-dev.merchant-trends.com/";
|
|
242
242
|
datacapUrl = "https://token-cert.dcap.com/v1/client";
|
|
243
243
|
threedsSecurePublicKey = "pk_test_51RH5Wc2SlJvyNZ80hpUDy88r4rVdpijfKbNaWaUyQEE6rOrPmG2JQyAj7G5amBD5z5daC56WaeT4jfNhrrPcGOEP00UyKu6AOw";
|
|
@@ -3313,7 +3313,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3313
3313
|
{
|
|
3314
3314
|
id: "exp_month",
|
|
3315
3315
|
className: "form-control required card-cvv-in",
|
|
3316
|
-
style: { height: "
|
|
3316
|
+
style: { height: "46px", display: "block", minHeight: "46px" }
|
|
3317
3317
|
}
|
|
3318
3318
|
) }),
|
|
3319
3319
|
/* @__PURE__ */ jsx17("div", { className: "exp-year form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
@@ -3321,7 +3321,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3321
3321
|
{
|
|
3322
3322
|
id: "exp_year",
|
|
3323
3323
|
className: "form-control required card-cvv-in",
|
|
3324
|
-
style: { height: "
|
|
3324
|
+
style: { height: "46px", display: "block", minHeight: "46px" }
|
|
3325
3325
|
}
|
|
3326
3326
|
) }),
|
|
3327
3327
|
/* @__PURE__ */ jsx17("div", { className: "security-digit form-group input-main-wrap-frac", children: /* @__PURE__ */ jsx17(
|
|
@@ -3329,7 +3329,7 @@ var FractalFields = ({ fractalStyles, tokenizerRef, isAddCard = false, isSky = f
|
|
|
3329
3329
|
{
|
|
3330
3330
|
id: "cvv",
|
|
3331
3331
|
className: "form-control card-cvv-in required",
|
|
3332
|
-
style: { height: "
|
|
3332
|
+
style: { height: "46px", display: "block", minHeight: "46px" }
|
|
3333
3333
|
}
|
|
3334
3334
|
) })
|
|
3335
3335
|
] }) })
|