@fractalpay/fractalpay-next-dev 0.0.223 → 0.0.225
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 +8 -7
- 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.225",
|
|
43
43
|
private: false,
|
|
44
44
|
type: "module",
|
|
45
45
|
scripts: {
|
|
@@ -5536,7 +5536,7 @@ function AddCardStyle() {
|
|
|
5536
5536
|
padding: 0 20px
|
|
5537
5537
|
}
|
|
5538
5538
|
.add-card .form-group {
|
|
5539
|
-
margin-bottom: 5px;
|
|
5539
|
+
// margin-bottom: 5px;
|
|
5540
5540
|
}
|
|
5541
5541
|
|
|
5542
5542
|
.add-card .idle-green-btn {
|
|
@@ -6303,8 +6303,8 @@ function AddCardEasyPay(props) {
|
|
|
6303
6303
|
e.stopPropagation();
|
|
6304
6304
|
}
|
|
6305
6305
|
}, children: [
|
|
6306
|
-
/* @__PURE__ */ jsxs14("div", { style: { maxHeight: "
|
|
6307
|
-
/* @__PURE__ */ jsx24("div", { className: "form-group", style: { marginTop: "0", marginBottom: "
|
|
6306
|
+
/* @__PURE__ */ jsxs14("div", { style: { maxHeight: "450px", minHeight: "0" }, className: "card-scrl", children: [
|
|
6307
|
+
/* @__PURE__ */ jsx24("div", { className: "form-group", style: { marginTop: "0", marginBottom: "0" }, children: /* @__PURE__ */ jsx24(
|
|
6308
6308
|
DataCapFields,
|
|
6309
6309
|
{
|
|
6310
6310
|
isOpen: true,
|
|
@@ -6343,7 +6343,7 @@ function AddCardEasyPay(props) {
|
|
|
6343
6343
|
"input",
|
|
6344
6344
|
{
|
|
6345
6345
|
type: "text",
|
|
6346
|
-
id: "
|
|
6346
|
+
id: "",
|
|
6347
6347
|
name: "zipcode",
|
|
6348
6348
|
placeholder: "Zip",
|
|
6349
6349
|
value: (_b = cardData == null ? void 0 : cardData.zipCode) != null ? _b : "",
|
|
@@ -9519,6 +9519,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
|
|
|
9519
9519
|
const [remainingAmount, setRemainingAmount] = useState10("");
|
|
9520
9520
|
const [paymentGateway, setPaymentGateway] = useState10();
|
|
9521
9521
|
const [dcToken, setDCToken] = useState10();
|
|
9522
|
+
console.log(show, "show");
|
|
9522
9523
|
let mastercard2 = S3Url + "widget/mc-img.svg";
|
|
9523
9524
|
let visa2 = S3Url + "widget/visa-img.svg";
|
|
9524
9525
|
let americanexp2 = S3Url + "widget/ae-img.svg";
|
|
@@ -10589,7 +10590,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
|
|
|
10589
10590
|
] }),
|
|
10590
10591
|
/* @__PURE__ */ jsxs19("div", { className: "form-group-frac", children: [
|
|
10591
10592
|
/* @__PURE__ */ jsx32("label", { htmlFor: "cardNumber", children: "CARD NUMBER" }),
|
|
10592
|
-
/* @__PURE__ */ jsx32("div", { className: "toggle-num-wrapper", children: show && paymentGateway === 32 && /* @__PURE__ */ jsx32(
|
|
10593
|
+
/* @__PURE__ */ jsx32("div", { className: "toggle-num-wrapper", children: (show || autoTrigger) && paymentGateway === 32 && /* @__PURE__ */ jsx32(
|
|
10593
10594
|
FractalFields_default,
|
|
10594
10595
|
{
|
|
10595
10596
|
fractalStyles,
|
|
@@ -10666,7 +10667,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
|
|
|
10666
10667
|
/* @__PURE__ */ jsx32("div", { className: "form-group-frac", children: /* @__PURE__ */ jsx32(
|
|
10667
10668
|
DataCapFields,
|
|
10668
10669
|
{
|
|
10669
|
-
isOpen: show,
|
|
10670
|
+
isOpen: show || autoTrigger,
|
|
10670
10671
|
tokenKey: dcToken,
|
|
10671
10672
|
setLoader: activeinCard === "form" ? setLoadingIframe : null
|
|
10672
10673
|
}
|