@7365admin1/core 3.32.2-staging.52 → 3.32.2-staging.53
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -64947,6 +64947,7 @@ var BillingPaymentStatus = /* @__PURE__ */ ((BillingPaymentStatus2) => {
|
|
|
64947
64947
|
BillingPaymentStatus2["SUCCESS"] = "success";
|
|
64948
64948
|
BillingPaymentStatus2["FAILED"] = "failed";
|
|
64949
64949
|
BillingPaymentStatus2["PARTIAL"] = "partial";
|
|
64950
|
+
BillingPaymentStatus2["CANCELLED"] = "cancelled";
|
|
64950
64951
|
return BillingPaymentStatus2;
|
|
64951
64952
|
})(BillingPaymentStatus || {});
|
|
64952
64953
|
var schemaBillingItems = import_joi126.default.object({
|
|
@@ -65615,6 +65616,7 @@ function useRedDotPaymentController() {
|
|
|
65615
65616
|
return;
|
|
65616
65617
|
} catch (error2) {
|
|
65617
65618
|
next(error2);
|
|
65619
|
+
return;
|
|
65618
65620
|
}
|
|
65619
65621
|
}
|
|
65620
65622
|
return {
|