@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @iservice365/core
2
2
 
3
+ ## 3.40.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fb9ac66: release changes to prod August 4
8
+
3
9
  ## 3.39.0
4
10
 
5
11
  ### Minor Changes
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: parseInt(amount)
65465
+ amountPaid: Number(amount)
65466
65466
  };
65467
65467
  if (isBulk) {
65468
65468
  await payMultipleUnitBill(refId, success);