mainstack-payments 0.3.4 → 0.3.5
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.
|
@@ -25727,7 +25727,7 @@ const sg = /* @__PURE__ */ new Map([
|
|
|
25727
25727
|
getCountryCurrency: (r) => {
|
|
25728
25728
|
var a;
|
|
25729
25729
|
return (a = lg.filter(
|
|
25730
|
-
(o) => o.name
|
|
25730
|
+
(o) => o.name.includes(r)
|
|
25731
25731
|
)[0]) == null ? void 0 : a.currency.code;
|
|
25732
25732
|
}
|
|
25733
25733
|
});
|