@7365admin1/core 3.32.2-staging.49 → 3.32.2-staging.50
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/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -65462,7 +65462,7 @@ var useRedDotPaymentSvc = () => {
|
|
|
65462
65462
|
const success = {
|
|
65463
65463
|
...basePayload,
|
|
65464
65464
|
paymentStatus: "paid" /* PAID */,
|
|
65465
|
-
amountPaid:
|
|
65465
|
+
amountPaid: Number(amount)
|
|
65466
65466
|
};
|
|
65467
65467
|
if (isBulk) {
|
|
65468
65468
|
await payMultipleUnitBill(refId, success);
|