@feedmepos/mf-payment 1.2.5 → 1.2.7
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-D9LY7i1J.js → PayoutAccount-90Fg0Eqb.js} +6 -6
- package/dist/{PayoutAccount-DEoI6K0j.js → PayoutAccount-DS14d5_9.js} +5 -5
- package/dist/{PayoutAccountSetting-5lrvWFIz.js → PayoutAccountSetting-PfKPX1B-.js} +3 -3
- package/dist/{Restaurant-AxoM-AsE.js → Restaurant-Dk0X2E1m.js} +4 -4
- package/dist/RestaurantSetting-S0CcLhRS.js +625 -0
- package/dist/{Settlement-DDwe_w3m.js → Settlement-DlFBQNQZ.js} +3 -3
- package/dist/{Settlement-D4CsP3fg.js → Settlement-DxI1z91R.js} +3 -3
- package/dist/{SettlementTransactions-Cmv7dqVI.js → SettlementTransactions-CRFD0bFO.js} +3 -3
- package/dist/{SettlementTransactions-Dp3nN442.js → SettlementTransactions-DgOj_D8D.js} +3 -3
- package/dist/{Terminal-B8UQH6ga.js → Terminal-Ckx8vQ_3.js} +5 -5
- package/dist/TerminalSetting-DicoKPoS.js +572 -0
- package/dist/{Transaction-BZ7H6oB_.js → Transaction-CF_sHrl6.js} +5 -5
- package/dist/{Transaction-KkfCz4Cu.js → Transaction-Da1_AnWG.js} +7 -7
- package/dist/{TransactionOld-BLpQHFH1.js → TransactionOld-6Nm8xhGh.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-C4Bb203Q.js → TransactionTable.vue_vue_type_script_setup_true_lang-CaKdn0VN.js} +3 -3
- package/dist/api/payment-gateway/index.d.ts +3 -0
- package/dist/{app-I2TNuZCs.js → app-C4_gin4V.js} +331 -331
- package/dist/app.js +1 -1
- package/dist/{assets-D5Qc4r7j.js → assets-CkJwKbJo.js} +2 -2
- package/dist/{grafana-BAbIv4CF.js → grafana-5rTce_2u.js} +1 -1
- package/dist/{index-1NP0WkxZ.js → index-B-dODLCP.js} +2 -2
- package/dist/{index-bOlAWIVP.js → index-B2K92QTs.js} +1 -1
- package/dist/{index-CnGVTtwu.js → index-CjFw5eYb.js} +1 -1
- package/dist/{index-D209n4gS.js → index-D_ZQysnD.js} +7010 -6967
- package/dist/{index-CguRXKmG.js → index-REZAHMM0.js} +1 -1
- package/dist/{index-Cc0abuxv.js → index-pQqLjJzo.js} +1 -1
- package/dist/{index-DGcRvKvr.js → index-yHpeK6eL.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-HYqCCZsZ.js → index.vue_vue_type_script_setup_true_lang-B-LNPiqR.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-DNGKjfY1.js → payout-account-DYhD0NF_.js} +3 -3
- package/dist/stores/payoutAccount.d.ts +16 -16
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +42 -42
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +42 -42
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +42 -42
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/MacauPassGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +10 -10
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +10 -10
- package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +46 -0
- package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +12 -10
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +8 -8
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +4 -4
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +20 -20
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +20 -20
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +32 -32
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +36 -36
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +18 -18
- package/dist/views/settlement/SettlementTable.vue.d.ts +4 -4
- package/package.json +2 -2
- package/dist/RestaurantSetting-B6LQF664.js +0 -501
- package/dist/TerminalSetting-yRok1Iuc.js +0 -572
@@ -1,4 +1,4 @@
|
|
1
|
-
import { j as o, k as f, c as i } from "./index-
|
1
|
+
import { j as o, k as f, c as i } from "./index-D_ZQysnD.js";
|
2
2
|
var d = {}, O = {}, u = {};
|
3
3
|
Object.defineProperty(u, "__esModule", { value: !0 });
|
4
4
|
u.F_PAYMENT_TRANSACTION_GROUP = u.F_PAYMENT_TRANSACTION_STATUS = u.F_PAYMENT_GATEWAY_KEY = u.F_PAYMENT_TYPE = u.F_PAYMENT_FOR = void 0;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent as I, ref as r, resolveComponent as p, openBlock as f, createBlock as L, withCtx as P, createVNode as d, createElementVNode as u, normalizeStyle as T, createElementBlock as M, Fragment as N, renderList as j, computed as C, watch as S, onMounted as E, unref as D, toDisplayString as B, createCommentVNode as O, normalizeClass as R } from "vue";
|
2
|
-
import { u as G } from "./index-
|
2
|
+
import { u as G } from "./index-D_ZQysnD.js";
|
3
3
|
import "@feedmepos/ui-library";
|
4
4
|
const H = ["id"], U = /* @__PURE__ */ I({
|
5
5
|
__name: "FmTableSelection",
|
package/dist/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@feedmepos/mf-payment",
|
3
|
-
"version": "1.2.
|
3
|
+
"version": "1.2.7",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@feedmepos/core": "^2.6.0",
|
35
35
|
"@feedmepos/mf-common": "^1.26.8",
|
36
36
|
"vue-i18n": "10.0.5",
|
37
|
-
"@feedmepos/payment-entity": "^0.1.
|
37
|
+
"@feedmepos/payment-entity": "^0.1.10",
|
38
38
|
"@feedmepos/ui-library": "^1.6.8",
|
39
39
|
"axios": "^0.27.2",
|
40
40
|
"buffer": "^6.0.3",
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { _ as rt, C as st, r as ye, S as it, g as re, a as ot, b as at, c as pe, F as ut, d as ct, e as lt } from "./app-
|
2
|
-
import { a as ht, c as dt, d as ft } from "./index-
|
3
|
-
import { _ as G } from "./index-
|
1
|
+
import { _ as rt, C as st, r as ye, S as it, g as re, a as ot, b as at, c as pe, F as ut, d as ct, e as lt } from "./app-C4_gin4V.js";
|
2
|
+
import { a as ht, c as dt, d as ft } from "./index-D_ZQysnD.js";
|
3
|
+
import { _ as G } from "./index-REZAHMM0.js";
|
4
4
|
import { useCoreStore as _t } from "@feedmepos/mf-common";
|
5
5
|
/**
|
6
6
|
* @license
|
@@ -5,36 +5,35 @@ interface PayoutAccountState {
|
|
5
5
|
export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-payment-payoutAccount", PayoutAccountState, {
|
6
6
|
getBusinessPayoutAccounts: (state: {
|
7
7
|
businessPayoutAccounts: {
|
8
|
-
enable?: boolean | null | undefined;
|
9
8
|
gateways?: ({
|
10
|
-
paymentGateway: "REVENUE_MONSTER";
|
11
9
|
config: {
|
12
10
|
clientId: string;
|
13
11
|
clientPrivateKey: string;
|
14
12
|
clientSecret: string;
|
15
13
|
storeId: string;
|
16
14
|
};
|
15
|
+
paymentGateway: "REVENUE_MONSTER";
|
17
16
|
} | {
|
18
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
19
17
|
config: {
|
20
|
-
merchantId: string;
|
21
18
|
secretKey: string;
|
19
|
+
merchantId: string;
|
22
20
|
verifyKey: string;
|
23
21
|
};
|
22
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
24
23
|
} | {
|
25
|
-
paymentGateway: "MACAU_PASS";
|
26
24
|
config: {
|
27
25
|
merchantId: string;
|
26
|
+
storeID: string;
|
28
27
|
merchantName: string;
|
29
28
|
merchantCategoryCode: string;
|
30
|
-
storeID: string;
|
31
29
|
storeName: string;
|
32
30
|
};
|
31
|
+
paymentGateway: "MACAU_PASS";
|
33
32
|
})[] | null | undefined;
|
33
|
+
enable?: boolean | null | undefined;
|
34
34
|
ref?: any;
|
35
35
|
status: "NEW" | "PENDING" | "APPROVED";
|
36
36
|
_id: string;
|
37
|
-
notifyUrl: string;
|
38
37
|
store: {
|
39
38
|
bank?: {
|
40
39
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -53,6 +52,8 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
53
52
|
id: string;
|
54
53
|
event: "ORDERING" | "MARKETING";
|
55
54
|
};
|
55
|
+
notifyUrl: string;
|
56
|
+
businessId: string;
|
56
57
|
methods: {
|
57
58
|
rate?: {
|
58
59
|
amount: number;
|
@@ -62,39 +63,37 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
62
63
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
63
64
|
variant: string;
|
64
65
|
}[];
|
65
|
-
businessId: string;
|
66
66
|
}[];
|
67
67
|
} & import("pinia").PiniaCustomStateProperties<PayoutAccountState>) => {
|
68
|
-
enable?: boolean | null | undefined;
|
69
68
|
gateways?: ({
|
70
|
-
paymentGateway: "REVENUE_MONSTER";
|
71
69
|
config: {
|
72
70
|
clientId: string;
|
73
71
|
clientPrivateKey: string;
|
74
72
|
clientSecret: string;
|
75
73
|
storeId: string;
|
76
74
|
};
|
75
|
+
paymentGateway: "REVENUE_MONSTER";
|
77
76
|
} | {
|
78
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
79
77
|
config: {
|
80
|
-
merchantId: string;
|
81
78
|
secretKey: string;
|
79
|
+
merchantId: string;
|
82
80
|
verifyKey: string;
|
83
81
|
};
|
82
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
84
83
|
} | {
|
85
|
-
paymentGateway: "MACAU_PASS";
|
86
84
|
config: {
|
87
85
|
merchantId: string;
|
86
|
+
storeID: string;
|
88
87
|
merchantName: string;
|
89
88
|
merchantCategoryCode: string;
|
90
|
-
storeID: string;
|
91
89
|
storeName: string;
|
92
90
|
};
|
91
|
+
paymentGateway: "MACAU_PASS";
|
93
92
|
})[] | null | undefined;
|
93
|
+
enable?: boolean | null | undefined;
|
94
94
|
ref?: any;
|
95
95
|
status: "NEW" | "PENDING" | "APPROVED";
|
96
96
|
_id: string;
|
97
|
-
notifyUrl: string;
|
98
97
|
store: {
|
99
98
|
bank?: {
|
100
99
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
@@ -113,6 +112,8 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
113
112
|
id: string;
|
114
113
|
event: "ORDERING" | "MARKETING";
|
115
114
|
};
|
115
|
+
notifyUrl: string;
|
116
|
+
businessId: string;
|
116
117
|
methods: {
|
117
118
|
rate?: {
|
118
119
|
amount: number;
|
@@ -122,7 +123,6 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
122
123
|
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "CASH" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "JCB" | "DISCOVER" | "DINERS";
|
123
124
|
variant: string;
|
124
125
|
}[];
|
125
|
-
businessId: string;
|
126
126
|
}[];
|
127
127
|
}, {
|
128
128
|
readBusinessPayoutAccounts(): Promise<void>;
|