@fractalpay/fractalpay-next-dev 0.0.231 → 0.0.232

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 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.231",
42
+ version: "0.0.232",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -218,8 +218,8 @@ var Loader_default = Loader;
218
218
  var { name } = require_package();
219
219
  var S3Url = "https://fractal-userdata-upload.s3.us-east-1.amazonaws.com/";
220
220
  if (name === "@fractalpay/fractalpay-next-dev") {
221
- baseUrl = "http://192.168.1.64:8083/";
222
- masterBaseUrl = "http://192.168.1.64:8082/";
221
+ masterBaseUrl = "https://dev-sky-node.fractalpay.com/";
222
+ baseUrl = "https://dev-widget.fractalpay.com/";
223
223
  fractalGatewayUrl = "https://api-dev.merchant-trends.com/";
224
224
  datacapUrl = "https://token-cert.dcap.com/v1/client";
225
225
  threedsSecurePublicKey = "pk_test_51RH5Wc2SlJvyNZ80hpUDy88r4rVdpijfKbNaWaUyQEE6rOrPmG2JQyAj7G5amBD5z5daC56WaeT4jfNhrrPcGOEP00UyKu6AOw";
@@ -1697,7 +1697,7 @@ function Chargewidgetstyles() {
1697
1697
  .frac-form .save-ach-div{
1698
1698
  display:flex !important;
1699
1699
  gap:5px !important;
1700
- align-items:center
1700
+ // align-items:center
1701
1701
  }
1702
1702
 
1703
1703
  .frac-form .card-cvv-in{
@@ -4603,13 +4603,8 @@ function GetPaymentPage(props) {
4603
4603
  ] }),
4604
4604
  (props == null ? void 0 : props.customerId) && /* @__PURE__ */ jsxs11("div", { className: "form-group mb-4 save-ach-div", style: { paddingTop: "5px" }, children: [
4605
4605
  /* @__PURE__ */ jsx19("input", { type: "checkbox", id: "saveACH", className: "", maxLength: 100, placeholder: "My Bank", checked: saveACHinfo, onChange: (e) => setSaveACHinfo(e.target.checked) }),
4606
- /* @__PURE__ */ jsx19("label", { htmlFor: "saveACH", children: "Save ACH" })
4607
- ] }),
4608
- saveACHinfo && /* @__PURE__ */ jsx19("div", { className: "form-group mb-4", style: { fontSize: "12px", color: "#727272" }, children: /* @__PURE__ */ jsxs11("p", { children: [
4609
- "If checked, I agree for ",
4610
- /* @__PURE__ */ jsx19("b", { children: "ecommerce" }),
4611
- " to have my permission to charge this credit card for agreed upon purchases in the future."
4612
- ] }) })
4606
+ /* @__PURE__ */ jsx19("label", { htmlFor: "saveACH", children: `By selecting this box, I authorize SkyFi, on behalf of ${(paymentData == null ? void 0 : paymentData.bname) || "merchant"}, to initiate a one-time electronic ACH debit from my bank account for the total amount displayed on this screen, including any applicable processing fee. I confirm that I am authorized to use this account and that the bank account information I provided is correct.` })
4607
+ ] })
4613
4608
  ] }),
4614
4609
  /* @__PURE__ */ jsx19("div", { className: "form-group ", children: /* @__PURE__ */ jsx19("button", { className: "pay-button", style: { margin: "20px 0 0" }, type: "submit", children: formatUSD((_v = Number(cashDiscount)) == null ? void 0 : _v.toFixed(2)) }) })
4615
4610
  ] })
@@ -8526,13 +8521,8 @@ function PartialPayment(props) {
8526
8521
  ] }),
8527
8522
  (props == null ? void 0 : props.customerId) && /* @__PURE__ */ jsxs17("div", { className: "form-group mb-4 save-ach-div", style: { paddingTop: "5px" }, children: [
8528
8523
  /* @__PURE__ */ jsx28("input", { type: "checkbox", id: "saveACH", className: "", maxLength: 100, placeholder: "My Bank", checked: saveACHinfo, onChange: (e) => setSaveACHinfo(e.target.checked) }),
8529
- /* @__PURE__ */ jsx28("label", { htmlFor: "saveACH", children: "Save ACH" })
8530
- ] }),
8531
- saveACHinfo && /* @__PURE__ */ jsx28("div", { className: "form-group mb-4", style: { fontSize: "12px", color: "#727272" }, children: /* @__PURE__ */ jsxs17("p", { children: [
8532
- "If checked, I agree for ",
8533
- /* @__PURE__ */ jsx28("b", { children: "ecommerce" }),
8534
- " to have my permission to charge this credit card for agreed upon purchases in the future."
8535
- ] }) })
8524
+ /* @__PURE__ */ jsx28("label", { htmlFor: "saveACH", children: `By selecting this box, I authorize SkyFi, on behalf of ${(paymentData == null ? void 0 : paymentData.bname) || "merchant"}, to initiate a one-time electronic ACH debit from my bank account for the total amount displayed on this screen, including any applicable processing fee. I confirm that I am authorized to use this account and that the bank account information I provided is correct.` })
8525
+ ] })
8536
8526
  ] }),
8537
8527
  /* @__PURE__ */ jsx28("div", { className: "form-group ", children: /* @__PURE__ */ jsx28("button", { className: "pay-button", style: { margin: "20px 0 0" }, type: "submit", children: partialAmount && !partialError ? formatUSD((_z = Number(partialAmount)) == null ? void 0 : _z.toFixed(2)) : formatUSD((_A = Number(cashDiscount)) == null ? void 0 : _A.toFixed(2)) }) })
8538
8528
  ] })