@feedmepos/mf-payment 1.1.1 → 1.1.2-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/{PayoutAccount-CHlVhuln.js → PayoutAccount-C8u1fsE5.js} +3 -3
- package/dist/{PayoutAccount-Uxp8P5mP.js → PayoutAccount-QGAO7jPp.js} +5 -5
- package/dist/{PayoutAccountSetting-CkxieU1X.js → PayoutAccountSetting-wPoXPzrJ.js} +3 -3
- package/dist/{Restaurant-CuFO3QRI.js → Restaurant-DiGpgh-2.js} +4 -4
- package/dist/{RestaurantSetting-Cu-aL7T5.js → RestaurantSetting-jH0W00Hf.js} +3 -3
- package/dist/{Settlement-sUK7hciE.js → Settlement-BDCXvp_Y.js} +3 -3
- package/dist/{Settlement-DdtcmG-B.js → Settlement-DUnMPj3d.js} +3 -3
- package/dist/{SettlementTransactions-DmRHU4ub.js → SettlementTransactions-BuJyGH9B.js} +3 -3
- package/dist/{SettlementTransactions-DEjvlqRR.js → SettlementTransactions-p3221NIm.js} +3 -3
- package/dist/{Terminal-By5YvruF.js → Terminal-Ca4GdPsQ.js} +6 -6
- package/dist/{TerminalSetting-CdJ5IUMx.js → TerminalSetting-g3R2xMx1.js} +3 -3
- package/dist/{Transaction-fDV7uwPm.js → Transaction-BNzrJT8d.js} +6 -6
- package/dist/{Transaction-DjnThfJj.js → Transaction-mjzRz2wq.js} +5 -5
- package/dist/{TransactionOld-ClbfI26Q.js → TransactionOld-DmY1xWO8.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-V_Nu_Tfr.js → TransactionTable.vue_vue_type_script_setup_true_lang-CtkyIvFC.js} +3 -3
- package/dist/{app-WLOsDqR3.js → app-BXouYyP3.js} +317 -317
- package/dist/app.js +1 -1
- package/dist/{assets-DGWEFqE0.js → assets-Xkgdfqwh.js} +2 -2
- package/dist/{grafana-DBVvRHL3.js → grafana-DaRxYkiD.js} +2 -2
- package/dist/{index-DlCgS8kr.js → index-B1YzhSnB.js} +1343 -1343
- package/dist/{index-BTDZ_TfK.js → index-CRa8fKNl.js} +1 -1
- package/dist/{index-DZogRypU.js → index-CXqinLM0.js} +1 -1
- package/dist/{index-AnH6XmxC.js → index-DN0Wo5ud.js} +1 -1
- package/dist/{index-zH2qb_dJ.js → index-DXsqADIQ.js} +1 -1
- package/dist/{index-CsqWYojv.js → index-Dd0_bAdE.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-DI0S6frH.js → index.vue_vue_type_script_setup_true_lang-C9Av3OHi.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-DLHcoJHA.js → payout-account-DrSMYSgr.js} +2 -2
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/app.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { g, b as H, r as c, f as E, l as v, i as l, _ as J } from "./index-
|
1
|
+
import { g, b as H, r as c, f as E, l as v, i as l, _ as J } from "./index-B1YzhSnB.js";
|
2
2
|
import { h as C } from "./moment-h96o7c8I.js";
|
3
3
|
import { d as O } from "./dinero-CIVmXLL-.js";
|
4
4
|
const K = {
|
@@ -89,7 +89,7 @@ const K = {
|
|
89
89
|
transformers: {
|
90
90
|
gateway: (w) => w === "RAZER_MERCHANT_SERVICE" ? "FIUU" : w,
|
91
91
|
"fdoAmount.amount": (w) => (w / 100).toFixed(2),
|
92
|
-
fee: (w) =>
|
92
|
+
fee: (w) => w.split(" ")[1],
|
93
93
|
payout: (w) => w.split(" ")[1],
|
94
94
|
transactionAt: (w) => C(w).format("YYYY-MM-DD HH:mm:ss"),
|
95
95
|
refundedAt: (w) => C(w).format("YYYY-MM-DD HH:mm:ss")
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { e as y } from "./index-
|
1
|
+
import { e as y } from "./index-B1YzhSnB.js";
|
2
2
|
import { useCoreStore as p } from "@feedmepos/mf-common";
|
3
3
|
import { h as m } from "./moment-h96o7c8I.js";
|
4
4
|
const i = "https://grafana.feedme.farm/explore?schemaVersion=1", d = (t, e, o) => ({
|
@@ -32,7 +32,7 @@ const i = "https://grafana.feedme.farm/explore?schemaVersion=1", d = (t, e, o) =
|
|
32
32
|
{
|
33
33
|
type: "resource",
|
34
34
|
queryKey: "cluster",
|
35
|
-
queryValue: "
|
35
|
+
queryValue: "dev"
|
36
36
|
},
|
37
37
|
{
|
38
38
|
type: "resource",
|