@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/components/fundlyPayDrawer.d.ts.map +1 -1
- package/dist/embed.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
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
|
}
|