@feedmepos/mf-payment 1.4.23 → 1.4.25
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/{Actions.vue_vue_type_script_setup_true_lang-ClTndbYh.js → Actions.vue_vue_type_script_setup_true_lang-C3FaA4nS.js} +2 -2
- package/dist/{Chargeback-B0gRIpiJ.js → Chargeback-BoY4sNPQ.js} +5 -5
- package/dist/{OnboardForm-Bhqt-Q6k.js → OnboardForm-9Rb5b4mY.js} +4 -4
- package/dist/{OnboardForm-BvrKiqP1.js → OnboardForm-D6X8LFLw.js} +4 -4
- package/dist/OnboardSubmission-Bnuo32bn.js +161 -0
- package/dist/{OnboardSubmission-B-0uJv51.js → OnboardSubmission-DaKfRQTC.js} +2 -2
- package/dist/{PayoutAccount-DrwnZPIB.js → PayoutAccount-BwqjoKCd.js} +5 -5
- package/dist/{PayoutAccount-BsxNx86g.js → PayoutAccount-UP0shZMn.js} +5 -5
- package/dist/{PayoutAccountSetting-DNI3FbQH.js → PayoutAccountSetting-BIIeO_h-.js} +3 -3
- package/dist/{Restaurant-CCaYPuWH.js → Restaurant-DcSXFIRF.js} +4 -4
- package/dist/{RestaurantSetting-D49rMf6l.js → RestaurantSetting-C3yTbo5H.js} +3 -3
- package/dist/{Settlement-BQNJSUCM.js → Settlement-CyQTaeVj.js} +3 -3
- package/dist/{Settlement-BU-jCEbB.js → Settlement-r4llJs77.js} +3 -3
- package/dist/{SettlementTransactions-T6k6cAin.js → SettlementTransactions-Cri5jcFr.js} +4 -4
- package/dist/{SettlementTransactions-CqELsVFS.js → SettlementTransactions-WlD-PeWg.js} +4 -4
- package/dist/{Status.vue_vue_type_script_setup_true_lang-Betuxyqe.js → Status.vue_vue_type_script_setup_true_lang-CzsRrsWJ.js} +1 -1
- package/dist/{Terminal-D-Uekfe6.js → Terminal-CAfjZl5r.js} +5 -5
- package/dist/{TerminalSetting-DnvasW1-.js → TerminalSetting-CV6uai7K.js} +3 -3
- package/dist/{Transaction-CgFaGqHr.js → Transaction-BG-3FqP7.js} +68 -64
- package/dist/{Transaction-B85QLk-_.js → Transaction-BpjeM2Kl.js} +6 -6
- package/dist/{TransactionOld-BlSmbndR.js → TransactionOld-DXE1fL9I.js} +6 -6
- package/dist/api/onboard-submission/index.d.ts +1 -0
- package/dist/{app-DlAaBxih.js → app-D9VW-nZZ.js} +23 -23
- package/dist/app.js +1 -1
- package/dist/{assets-B8TAgjHY.js → assets-BB1p-gT5.js} +5 -4
- package/dist/{grafana-inVQ9Jwy.js → grafana-Dgr59sIY.js} +1 -1
- package/dist/{index-CYaUSwOX.js → index-5qlpodLM.js} +1 -1
- package/dist/{index-JNhw7LUy.js → index-BFD_JkFY.js} +2 -2
- package/dist/{index-DSG40xEJ.js → index-BGtZVNWb.js} +1053 -1050
- package/dist/{index-Dn73sX5Z.js → index-BU2M6dJ6.js} +1 -1
- package/dist/{index-0fX5ZxQX.js → index-CAV8HKHv.js} +1 -1
- package/dist/{index-Bgu6ZXN4.js → index-CrUS7DCJ.js} +1 -1
- package/dist/{index-ATmg3hKo.js → index-Qv0p1ng_.js} +1 -1
- package/dist/{index-CYHO6usZ.js → index-UNw836Co.js} +32 -30
- package/dist/{index.vue_vue_type_script_setup_true_lang-Cf_wL7Uo.js → index.vue_vue_type_script_setup_true_lang-5lM9sOEW.js} +1 -1
- package/dist/model/transaction.d.ts +1 -0
- package/dist/package.json +2 -2
- package/dist/{payout-account-B8gx9H3E.js → payout-account-Ax8tPOZ7.js} +3 -3
- package/dist/{plugins-Cp96IRMs.js → plugins-CdWbUilR.js} +1 -1
- package/dist/stores/payoutAccount.d.ts +28 -28
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/onboard-submission/forms/SoftspaceSubmission.vue.d.ts +24 -24
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +28 -28
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +44 -44
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +44 -44
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +28 -28
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +28 -28
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +44 -44
- package/dist/views/admin/payout-account/tabs/gateway/AdyenGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -2
- 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/AdyenGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/DigioGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/GrabGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/KsherGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/MacauPassGateway.vue.d.ts +8 -8
- package/dist/views/admin/restaurant/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/gateway/SoftSpaceGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/EcrGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/QrGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/GhlGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/KBankGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/Maybank2Gateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/Maybank3Gateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/MaybankGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/NetsGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/ecr/TerminalGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/qr/PromptPayGateway.vue.d.ts +16 -16
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +16 -16
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +56 -56
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +60 -60
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +30 -30
- package/package.json +2 -2
- package/dist/OnboardSubmission-DFreyD4V.js +0 -146
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as r, b as i, i as c, l as d, j as y, h as l, r as m } from "./index-
|
|
1
|
+
import { g as r, b as i, i as c, l as d, j as y, h as l, r as m } from "./index-BGtZVNWb.js";
|
|
2
2
|
import { h as o } from "./moment-h96o7c8I.js";
|
|
3
3
|
import { d as f } from "./dinero-CIVmXLL-.js";
|
|
4
4
|
function* p(t, n) {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { g as
|
|
1
|
+
import { g as e, b as r, r as o, d as i, f as y, l as f, h as l } from "./index-BGtZVNWb.js";
|
|
2
2
|
import { h as a } from "./moment-h96o7c8I.js";
|
|
3
3
|
const h = {
|
|
4
4
|
async readBySettlementId(t) {
|
|
5
|
-
return
|
|
6
|
-
await
|
|
5
|
+
return e(
|
|
6
|
+
await r().get(
|
|
7
7
|
`/transactions/settlements/${t}`
|
|
8
8
|
)
|
|
9
9
|
);
|
|
10
10
|
},
|
|
11
11
|
async readTransactions(t) {
|
|
12
|
-
return
|
|
13
|
-
await
|
|
12
|
+
return e(
|
|
13
|
+
await r().get("/transactions", {
|
|
14
14
|
params: {
|
|
15
15
|
search: t.search,
|
|
16
16
|
skip: t.skip,
|
|
@@ -22,29 +22,29 @@ const h = {
|
|
|
22
22
|
);
|
|
23
23
|
},
|
|
24
24
|
async removeTransactionFromSettlement(t) {
|
|
25
|
-
return
|
|
26
|
-
await
|
|
25
|
+
return e(
|
|
26
|
+
await r().delete(`/settlements/${t}`)
|
|
27
27
|
);
|
|
28
28
|
},
|
|
29
29
|
async refetchTransaction({
|
|
30
30
|
transactionId: t
|
|
31
31
|
}) {
|
|
32
|
-
return
|
|
33
|
-
await
|
|
32
|
+
return e(
|
|
33
|
+
await r().get(`/transactions/query/${t}`)
|
|
34
34
|
);
|
|
35
35
|
},
|
|
36
36
|
async refundTransaction(t) {
|
|
37
|
-
return
|
|
38
|
-
await
|
|
37
|
+
return e(
|
|
38
|
+
await r().post("/transactions/refund", t)
|
|
39
39
|
);
|
|
40
40
|
},
|
|
41
41
|
async renotifyTransaction(t) {
|
|
42
|
-
return
|
|
43
|
-
await
|
|
42
|
+
return e(
|
|
43
|
+
await r().post("/payments/re-notify", { transactionId: t })
|
|
44
44
|
);
|
|
45
45
|
},
|
|
46
46
|
async readRestaurantTransactions(t) {
|
|
47
|
-
return
|
|
47
|
+
return e(
|
|
48
48
|
await o().get("/transactions", {
|
|
49
49
|
params: {
|
|
50
50
|
v2: !0,
|
|
@@ -55,7 +55,7 @@ const h = {
|
|
|
55
55
|
);
|
|
56
56
|
},
|
|
57
57
|
async readTransactionsV2(t) {
|
|
58
|
-
return
|
|
58
|
+
return i(
|
|
59
59
|
await y().get("/transactions", {
|
|
60
60
|
params: {
|
|
61
61
|
status: t.status,
|
|
@@ -71,13 +71,13 @@ const h = {
|
|
|
71
71
|
);
|
|
72
72
|
},
|
|
73
73
|
async readRestaurantTransactionsBySettlementId(t) {
|
|
74
|
-
return
|
|
74
|
+
return e(
|
|
75
75
|
await o().get(
|
|
76
76
|
`/transactions/settlements/${t}`
|
|
77
77
|
)
|
|
78
78
|
);
|
|
79
79
|
},
|
|
80
|
-
async downloadPortalTransactionReport(t,
|
|
80
|
+
async downloadPortalTransactionReport(t, c, d = !1) {
|
|
81
81
|
const u = a(t.startDate), m = a(t.endDate).endOf("day"), s = ["method", "fdoAmount", "amount", "fee", "payout", "flags"];
|
|
82
82
|
return d && s.push(
|
|
83
83
|
"gatewayTransactionId",
|
|
@@ -85,26 +85,28 @@ const h = {
|
|
|
85
85
|
"restaurantId",
|
|
86
86
|
"settlementId",
|
|
87
87
|
"settlementAt"
|
|
88
|
-
), f(
|
|
88
|
+
), f(c, {
|
|
89
89
|
filename: `transaction-report-${u.format("YYYY_MM_DD_HH:mm")}-${m.format("YYYY_MM_DD_HH:mm")}.xlsx`,
|
|
90
90
|
exclude: s,
|
|
91
91
|
include: ["method.issuer", "fdoAmount.amount", "fdoAmount.currency"],
|
|
92
92
|
rename: {
|
|
93
93
|
"method.issuer": "method",
|
|
94
94
|
"fdoAmount.currency": "currency",
|
|
95
|
-
"fdoAmount.amount": "amount"
|
|
95
|
+
"fdoAmount.amount": "amount",
|
|
96
|
+
seqNumberBinded: "Has Bill"
|
|
96
97
|
},
|
|
97
98
|
transformers: {
|
|
98
|
-
gateway: (
|
|
99
|
-
"fdoAmount.amount": (
|
|
100
|
-
transactionAt: (
|
|
101
|
-
refundedAt: (
|
|
99
|
+
gateway: (n) => n === "RAZER_MERCHANT_SERVICE" ? "FIUU" : n,
|
|
100
|
+
"fdoAmount.amount": (n) => parseFloat((n / 100).toFixed(2)),
|
|
101
|
+
transactionAt: (n) => a(n).format("YYYY-MM-DD HH:mm:ss"),
|
|
102
|
+
refundedAt: (n) => n ? a(n).format("YYYY-MM-DD HH:mm:ss") : "-",
|
|
103
|
+
seqNumberBinded: (n) => n ? "Yes" : "No"
|
|
102
104
|
}
|
|
103
105
|
});
|
|
104
106
|
},
|
|
105
107
|
async downloadTransactionReport(t) {
|
|
106
108
|
return l(
|
|
107
|
-
await
|
|
109
|
+
await r().get("/transactions/report", {
|
|
108
110
|
params: {
|
|
109
111
|
start: a(t.start).startOf("day").toISOString(),
|
|
110
112
|
end: a(t.end).endOf("day").toISOString()
|
|
@@ -114,8 +116,8 @@ const h = {
|
|
|
114
116
|
);
|
|
115
117
|
},
|
|
116
118
|
async readChargebackTransactions(t) {
|
|
117
|
-
return
|
|
118
|
-
await
|
|
119
|
+
return i(
|
|
120
|
+
await r().get("/transactions/chargeback", {
|
|
119
121
|
params: {
|
|
120
122
|
search: t.search,
|
|
121
123
|
cursor: t.cursor,
|
|
@@ -127,13 +129,13 @@ const h = {
|
|
|
127
129
|
);
|
|
128
130
|
},
|
|
129
131
|
async createChargebackTransaction(t) {
|
|
130
|
-
return
|
|
131
|
-
await
|
|
132
|
+
return e(
|
|
133
|
+
await r().post("/transactions/chargeback", t)
|
|
132
134
|
);
|
|
133
135
|
},
|
|
134
136
|
async updateChargebackTransaction(t) {
|
|
135
|
-
return
|
|
136
|
-
await
|
|
137
|
+
return e(
|
|
138
|
+
await r().patch(
|
|
137
139
|
`/transactions/chargeback/${t.chargebackId}`,
|
|
138
140
|
{ canSettleAt: t.canSettleAt }
|
|
139
141
|
)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent as U, ref as r, resolveComponent as p, openBlock as f, createBlock as S, withCtx as z, createVNode as m, createElementVNode as s, normalizeStyle as j, createElementBlock as M, Fragment as N, renderList as E, computed as k, watch as I, onMounted as O, unref as D, toDisplayString as B, createCommentVNode as R, normalizeClass as G, nextTick as H } from "vue";
|
|
2
|
-
import { u as J } from "./index-
|
|
2
|
+
import { u as J } from "./index-BGtZVNWb.js";
|
|
3
3
|
import "@feedmepos/ui-library";
|
|
4
4
|
const K = ["id"], L = /* @__PURE__ */ U({
|
|
5
5
|
__name: "FmTableSelection",
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feedmepos/mf-payment",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.25",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@casl/ability": "^3.2.0",
|
|
34
34
|
"@feedmepos/core": "^2.6.0",
|
|
35
35
|
"@feedmepos/mf-common": "^1.26.8",
|
|
36
|
-
"@feedmepos/payment-entity": "^0.1.
|
|
36
|
+
"@feedmepos/payment-entity": "^0.1.36",
|
|
37
37
|
"@feedmepos/ui-library": "^1.7.1",
|
|
38
38
|
"axios": "^0.27.2",
|
|
39
39
|
"buffer": "^6.0.3",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { f as j } from "./plugins-
|
|
2
|
-
import { c as st, a as it, B as at, p as E } from "./index-
|
|
1
|
+
import { f as j } from "./plugins-CdWbUilR.js";
|
|
2
|
+
import { c as st, a as it, B as at, p as E } from "./index-BGtZVNWb.js";
|
|
3
3
|
import { useCoreStore as ut } from "@feedmepos/mf-common";
|
|
4
|
-
import { _ as ot } from "./app-
|
|
4
|
+
import { _ as ot } from "./app-D9VW-nZZ.js";
|
|
5
5
|
var Q = { exports: {} };
|
|
6
6
|
(function(i, a) {
|
|
7
7
|
(function(t, m) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-
|
|
1
|
+
import { a as be, C as we, r as K, g as C, b as Te, c as ye, d as H, S as ke, e as Ee, F as Ae } from "./app-D9VW-nZZ.js";
|
|
2
2
|
/**
|
|
3
3
|
* @license
|
|
4
4
|
* Copyright 2017 Google LLC
|
|
@@ -5,52 +5,52 @@ 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
|
} | {
|
|
34
|
-
paymentGateway: "DIGIO";
|
|
35
33
|
config: {
|
|
36
34
|
merchantId: string;
|
|
37
35
|
cardMerchantId: string;
|
|
38
36
|
};
|
|
37
|
+
paymentGateway: "DIGIO";
|
|
39
38
|
} | {
|
|
40
|
-
paymentGateway: "ADYEN";
|
|
41
39
|
config: {
|
|
42
40
|
hmacKey?: string | null | undefined;
|
|
43
41
|
merchantAccount: string;
|
|
44
42
|
username: string;
|
|
45
43
|
apiKey: string;
|
|
46
|
-
endpoint: string;
|
|
47
44
|
clientKey: string;
|
|
45
|
+
endpoint: string;
|
|
48
46
|
};
|
|
47
|
+
paymentGateway: "ADYEN";
|
|
49
48
|
})[] | null | undefined;
|
|
49
|
+
enable?: boolean | null | undefined;
|
|
50
50
|
ref?: any;
|
|
51
|
-
_id: string;
|
|
52
51
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
53
|
-
|
|
52
|
+
notifyUrl: string;
|
|
53
|
+
_id: string;
|
|
54
54
|
store: {
|
|
55
55
|
bank?: {
|
|
56
56
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -58,18 +58,18 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
|
58
58
|
holderName?: string | null | undefined;
|
|
59
59
|
name: string;
|
|
60
60
|
} | null | undefined;
|
|
61
|
-
ssm?: string | null | undefined;
|
|
62
61
|
bankStatement?: string | null | undefined;
|
|
62
|
+
ssm?: string | null | undefined;
|
|
63
63
|
exteriorPhoto?: string | null | undefined;
|
|
64
64
|
keyPerson?: {
|
|
65
65
|
name: string;
|
|
66
|
-
email: string;
|
|
67
66
|
phone: string;
|
|
67
|
+
email: string;
|
|
68
68
|
} | null | undefined;
|
|
69
69
|
id: string;
|
|
70
70
|
event: "ORDERING" | "MARKETING";
|
|
71
71
|
};
|
|
72
|
-
|
|
72
|
+
businessId: string;
|
|
73
73
|
methods: {
|
|
74
74
|
rate?: {
|
|
75
75
|
amount: number;
|
|
@@ -81,52 +81,52 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
|
81
81
|
}[];
|
|
82
82
|
}[];
|
|
83
83
|
} & import("pinia").PiniaCustomStateProperties<PayoutAccountState>) => {
|
|
84
|
-
enable?: boolean | null | undefined;
|
|
85
84
|
gateways?: ({
|
|
86
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
87
85
|
config: {
|
|
88
86
|
clientId: string;
|
|
89
87
|
clientPrivateKey: string;
|
|
90
88
|
clientSecret: string;
|
|
91
89
|
storeId: string;
|
|
92
90
|
};
|
|
91
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
93
92
|
} | {
|
|
94
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
95
93
|
config: {
|
|
96
|
-
merchantId: string;
|
|
97
94
|
secretKey: string;
|
|
95
|
+
merchantId: string;
|
|
98
96
|
verifyKey: string;
|
|
99
97
|
};
|
|
98
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
100
99
|
} | {
|
|
101
|
-
paymentGateway: "MACAU_PASS";
|
|
102
100
|
config: {
|
|
103
101
|
merchantId: string;
|
|
102
|
+
storeID: string;
|
|
104
103
|
merchantName: string;
|
|
105
104
|
merchantCategoryCode: string;
|
|
106
|
-
storeID: string;
|
|
107
105
|
storeName: string;
|
|
108
106
|
};
|
|
107
|
+
paymentGateway: "MACAU_PASS";
|
|
109
108
|
} | {
|
|
110
|
-
paymentGateway: "DIGIO";
|
|
111
109
|
config: {
|
|
112
110
|
merchantId: string;
|
|
113
111
|
cardMerchantId: string;
|
|
114
112
|
};
|
|
113
|
+
paymentGateway: "DIGIO";
|
|
115
114
|
} | {
|
|
116
|
-
paymentGateway: "ADYEN";
|
|
117
115
|
config: {
|
|
118
116
|
hmacKey?: string | null | undefined;
|
|
119
117
|
merchantAccount: string;
|
|
120
118
|
username: string;
|
|
121
119
|
apiKey: string;
|
|
122
|
-
endpoint: string;
|
|
123
120
|
clientKey: string;
|
|
121
|
+
endpoint: string;
|
|
124
122
|
};
|
|
123
|
+
paymentGateway: "ADYEN";
|
|
125
124
|
})[] | null | undefined;
|
|
125
|
+
enable?: boolean | null | undefined;
|
|
126
126
|
ref?: any;
|
|
127
|
-
_id: string;
|
|
128
127
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
129
|
-
|
|
128
|
+
notifyUrl: string;
|
|
129
|
+
_id: string;
|
|
130
130
|
store: {
|
|
131
131
|
bank?: {
|
|
132
132
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -134,18 +134,18 @@ export declare const usePayoutAccountStore: import("pinia").StoreDefinition<"mf-
|
|
|
134
134
|
holderName?: string | null | undefined;
|
|
135
135
|
name: string;
|
|
136
136
|
} | null | undefined;
|
|
137
|
-
ssm?: string | null | undefined;
|
|
138
137
|
bankStatement?: string | null | undefined;
|
|
138
|
+
ssm?: string | null | undefined;
|
|
139
139
|
exteriorPhoto?: string | null | undefined;
|
|
140
140
|
keyPerson?: {
|
|
141
141
|
name: string;
|
|
142
|
-
email: string;
|
|
143
142
|
phone: string;
|
|
143
|
+
email: string;
|
|
144
144
|
} | null | undefined;
|
|
145
145
|
id: string;
|
|
146
146
|
event: "ORDERING" | "MARKETING";
|
|
147
147
|
};
|
|
148
|
-
|
|
148
|
+
businessId: string;
|
|
149
149
|
methods: {
|
|
150
150
|
rate?: {
|
|
151
151
|
amount: number;
|