@pprogroup/drop-in-checkout 2.24.2 → 2.25.0
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.
|
@@ -21970,7 +21970,14 @@ const Ic = ({
|
|
|
21970
21970
|
}, eb = Ne(() => {
|
|
21971
21971
|
const e = We("NUPAY"), { t, i18n: n } = Ce(), { paymentSession: a } = Ie(), i = a.recurring;
|
|
21972
21972
|
return /* @__PURE__ */ I(Ge, { paymentMethodId: "NUPAY", name: "nuPay", children: [
|
|
21973
|
-
/* @__PURE__ */
|
|
21973
|
+
i ? /* @__PURE__ */ I("div", { className: "payment-method-form__description text-sm my-4 space-y-2", children: [
|
|
21974
|
+
/* @__PURE__ */ m("p", { children: t("nuPay.descriptionRecurring") }),
|
|
21975
|
+
/* @__PURE__ */ I("ul", { className: "list-disc pl-5 space-y-1", children: [
|
|
21976
|
+
/* @__PURE__ */ m("li", { children: t("nuPay.descriptionRecurringBullet1") }),
|
|
21977
|
+
/* @__PURE__ */ m("li", { children: t("nuPay.descriptionRecurringBullet2") })
|
|
21978
|
+
] }),
|
|
21979
|
+
/* @__PURE__ */ m("p", { children: t("nuPay.descriptionRecurringFooter") })
|
|
21980
|
+
] }) : /* @__PURE__ */ m(et, { paymentMethodName: "nuPay" }),
|
|
21974
21981
|
i && /* @__PURE__ */ m(Xy, {}),
|
|
21975
21982
|
/* @__PURE__ */ I(_a, { children: [
|
|
21976
21983
|
e.fullName({ force: !0 }),
|
|
@@ -23995,7 +24002,10 @@ const Yb = [
|
|
|
23995
24002
|
"nuPay.buttonRecurring": "Continue with NuPay",
|
|
23996
24003
|
"nuPay.description": "Enter the CPF (Brazilian taxpayer ID) of your Nubank account to conveniently pay using the Nubank app.",
|
|
23997
24004
|
"nuPay.descriptionNote": "If your preferred option (credit or debit) is not available now or for future payments, NuPay will automatically switch between them so you don't miss out on your purchase.",
|
|
23998
|
-
"nuPay.descriptionRecurring": "
|
|
24005
|
+
"nuPay.descriptionRecurring": "For this and future purchases, pay securely without sharing your card details through automatic payment with NuPay.",
|
|
24006
|
+
"nuPay.descriptionRecurringBullet1": "Authorize in the Nubank app.",
|
|
24007
|
+
"nuPay.descriptionRecurringBullet2": "Out of credit? You can receive emergency credit so your subscription is not interrupted. No fees.",
|
|
24008
|
+
"nuPay.descriptionRecurringFooter": "Available for Nubank customers.",
|
|
23999
24009
|
"nuPay.fundingType.credit": "Credit",
|
|
24000
24010
|
"nuPay.fundingType.debit": "Debit",
|
|
24001
24011
|
"nuPay.modalCaption": "To pay for your purchase",
|
|
@@ -33566,7 +33576,7 @@ class sae {
|
|
|
33566
33576
|
});
|
|
33567
33577
|
}
|
|
33568
33578
|
}
|
|
33569
|
-
const lae = "2.
|
|
33579
|
+
const lae = "2.25.0";
|
|
33570
33580
|
class cae {
|
|
33571
33581
|
constructor(t) {
|
|
33572
33582
|
pe(this, "sendJsonMessage");
|
|
@@ -33931,7 +33941,7 @@ class vae {
|
|
|
33931
33941
|
return new g3(t);
|
|
33932
33942
|
}
|
|
33933
33943
|
}
|
|
33934
|
-
typeof window < "u" && (window.__DROPINCHECKOUT_VERSION = "2.
|
|
33944
|
+
typeof window < "u" && (window.__DROPINCHECKOUT_VERSION = "2.25.0");
|
|
33935
33945
|
export {
|
|
33936
33946
|
MY as AmazonPayButton,
|
|
33937
33947
|
hae as DropInCheckout,
|