@fundly.ai/payment-sdk 1.3.0-beta.3 → 1.4.0-beta.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.
package/dist/index.mjs CHANGED
@@ -32615,7 +32615,7 @@ const Yw = ({
32615
32615
  scheduledDate: $e,
32616
32616
  tenure: Q[_]?.tenureValue || "",
32617
32617
  tenureUnit: Q[_]?.tenureUnit?.replace(/s$/i, "") || "",
32618
- invoiceIds: m === "INVOICE_COLLECT" ? g?.map((zt) => zt.invoiceId) ?? [] : w ?? [],
32618
+ invoiceIds: L === "FUNDLY_MART" || L === "FUNDLY_TRADE" ? [] : m === "INVOICE_COLLECT" ? g?.map((zt) => zt.invoiceId) ?? [] : w ?? [],
32619
32619
  sourceSystem: L,
32620
32620
  paymentType: m
32621
32621
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundly.ai/payment-sdk",
3
- "version": "1.3.0-beta.3",
3
+ "version": "1.4.0-beta.1",
4
4
  "description": "Fundly Payment SDK for seamless integration with Fundly Pay systems.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",