@pprogroup/drop-in-checkout 2.22.0 → 2.22.1

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.
@@ -118,10 +118,12 @@ const M3 = ({
118
118
  }) : e === "PAYBYBANK" ? n.consumer = {
119
119
  name: `${t.firstName} ${t.lastName}`,
120
120
  email: t.email
121
- } : e === "P24" ? t.bankCode && (n.instrument = {
121
+ } : e === "P24" ? (n.consumer = {
122
+ email: t.email
123
+ }, t.bankCode && (n.instrument = {
122
124
  type: "BANK_ACCOUNT",
123
125
  details: { bankCode: t.bankCode }
124
- }) : e === "BLIK" && (t.verificationCode && (n.authenticationSettings = [
126
+ })) : e === "BLIK" && (t.verificationCode && (n.authenticationSettings = [
125
127
  {
126
128
  type: "MULTI_FACTOR",
127
129
  settings: {
@@ -28361,7 +28363,10 @@ const jZ = Te(() => {
28361
28363
  const e = je("P24");
28362
28364
  return /* @__PURE__ */ N(ze, { paymentMethodId: "P24", name: "p24", children: [
28363
28365
  /* @__PURE__ */ m(et, { paymentMethodName: "p24" }),
28364
- /* @__PURE__ */ m(Ra, { children: /* @__PURE__ */ m(WZ, {}) }),
28366
+ /* @__PURE__ */ N(Ra, { children: [
28367
+ e.email({ force: !0 }),
28368
+ /* @__PURE__ */ m(WZ, {})
28369
+ ] }),
28365
28370
  e.renderAllFields(),
28366
28371
  /* @__PURE__ */ m(mt, {})
28367
28372
  ] });
@@ -33521,7 +33526,7 @@ class Vne {
33521
33526
  });
33522
33527
  }
33523
33528
  }
33524
- const Hne = "2.22.0";
33529
+ const Hne = "2.22.1";
33525
33530
  class Fne {
33526
33531
  constructor(t) {
33527
33532
  pe(this, "sendJsonMessage");
@@ -33841,7 +33846,7 @@ class qne {
33841
33846
  return new g3(t);
33842
33847
  }
33843
33848
  }
33844
- typeof window < "u" && (window.__DROPINCHECKOUT_VERSION = "2.22.0");
33849
+ typeof window < "u" && (window.__DROPINCHECKOUT_VERSION = "2.22.1");
33845
33850
  export {
33846
33851
  rY as AmazonPayButton,
33847
33852
  Une as DropInCheckout,