@fractalpay/fractalpay-next-dev 0.0.256 → 0.0.257

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.256",
42
+ version: "0.0.257",
43
43
  private: false,
44
44
  type: "module",
45
45
  scripts: {
@@ -10407,7 +10407,7 @@ var ModelContentSky = ({ amount, bankAmount, submitBtnText = "Pay", session_toke
10407
10407
  const completeFractalFlow = async (tokenizeData, intentid, typeoftoken) => {
10408
10408
  var _a2, _b2, _c2, _d2, _e2, _f2, _g2, _h2;
10409
10409
  try {
10410
- if (typeoftoken == "google_pay") {
10410
+ if (typeoftoken == "google_pay" || typeoftoken == "apple_pay") {
10411
10411
  handleCharge({
10412
10412
  Token: tokenizeData,
10413
10413
  postalCode: cardData == null ? void 0 : cardData.zipCode,