@feedmepos/mf-payment 1.2.23 → 1.2.26
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-CH8We8lQ.js → PayoutAccount-C4zN4xMw.js} +10 -11
- package/dist/{PayoutAccount-DpD668YX.js → PayoutAccount-DoUb4juo.js} +41 -42
- package/dist/{PayoutAccountSetting-4rChUUC2.js → PayoutAccountSetting-IgBRFN0A.js} +305 -298
- package/dist/{Restaurant-BdX8Zvgf.js → Restaurant-CIGhOFvk.js} +4 -4
- package/dist/{RestaurantSetting-GwZG2qIM.js → RestaurantSetting-0CbusLcz.js} +3 -3
- package/dist/{Settlement-BxgrIFl0.js → Settlement-CUmpNHMN.js} +3 -3
- package/dist/{Settlement-C1Cnjbfa.js → Settlement-DmG5-VSP.js} +3 -3
- package/dist/{SettlementTransactions-DJSO-CHK.js → SettlementTransactions-CcMUINyi.js} +3 -3
- package/dist/{SettlementTransactions-BCXpOllL.js → SettlementTransactions-DhjGSAg4.js} +3 -3
- package/dist/{Terminal-DgtrqIDu.js → Terminal-CRizNZ4p.js} +5 -5
- package/dist/{TerminalSetting-BDfDUo4z.js → TerminalSetting-DdJl_9JJ.js} +3 -3
- package/dist/{Transaction-CRhYNPh0.js → Transaction-E9_hSpx4.js} +27 -28
- package/dist/{Transaction-DudH8wYy.js → Transaction-ykrWGKIa.js} +5 -5
- package/dist/{TransactionOld-RjXR9GsJ.js → TransactionOld-lPUiTl8n.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-8unyvpBs.js → TransactionTable.vue_vue_type_script_setup_true_lang-B03g8Jum.js} +3 -3
- package/dist/api/payout/index.d.ts +1 -1
- package/dist/api/transaction/index.d.ts +1 -1
- package/dist/{app-DE_s3s24.js → app-CU7mklRE.js} +18 -18
- package/dist/app.js +1 -1
- package/dist/{assets-B3_vL33P.js → assets-Dttfej_E.js} +20 -20
- package/dist/{grafana-gGem10RX.js → grafana-DCGA3gMb.js} +1 -1
- package/dist/helpers/assets.d.ts +1 -1
- package/dist/{index-Bu7KNcy0.js → index-BOwfUR6x.js} +1 -1
- package/dist/{index-BO20Q-JI.js → index-BQtW6X1l.js} +1 -1
- package/dist/{index-C46w44Pn.js → index-BYLzp2JB.js} +1 -1
- package/dist/{index-B-qY0UqE.js → index-CZKvrBM7.js} +1 -1
- package/dist/{index-C5KhoncH.js → index-JCMXdVSJ.js} +3 -4
- package/dist/{index-DuTkLd3Q.js → index-tCobqIDD.js} +1730 -1728
- package/dist/{index.vue_vue_type_script_setup_true_lang-DlPKXE4R.js → index.vue_vue_type_script_setup_true_lang-HBMZ5z3-.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-Cm8EH3zV.js → payout-account-CdudVI6I.js} +4 -5
- package/dist/stores/payoutAccount.d.ts +22 -20
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +22 -20
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +26 -24
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +26 -24
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +22 -20
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +22 -20
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +26 -24
- package/dist/views/admin/payout-account/tabs/gateway/DigioGateway.vue.d.ts +2 -0
- package/dist/views/admin/payout-account/tabs/token/GooglePayToken.vue.d.ts +2 -2
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +8 -8
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/SettingRequest.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/SoftposGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/tabs/settings/KioskMode.vue.d.ts +6 -6
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +44 -40
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +24 -24
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +12 -12
- package/dist/views/settlement/SettlementTable.vue.d.ts +8 -8
- package/package.json +2 -2
- package/dist/index-uquYA8M1.js +0 -162
@@ -4,21 +4,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
4
4
|
type: PropType<{
|
5
5
|
enable?: boolean | null | undefined;
|
6
6
|
gateways?: ({
|
7
|
+
paymentGateway: "REVENUE_MONSTER";
|
7
8
|
config: {
|
8
9
|
clientId: string;
|
9
10
|
clientPrivateKey: string;
|
10
11
|
clientSecret: string;
|
11
12
|
storeId: string;
|
12
13
|
};
|
13
|
-
paymentGateway: "REVENUE_MONSTER";
|
14
14
|
} | {
|
15
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
15
16
|
config: {
|
16
17
|
merchantId: string;
|
17
18
|
secretKey: string;
|
18
19
|
verifyKey: string;
|
19
20
|
};
|
20
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
21
|
} | {
|
22
|
+
paymentGateway: "MACAU_PASS";
|
22
23
|
config: {
|
23
24
|
merchantId: string;
|
24
25
|
merchantName: string;
|
@@ -26,42 +27,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
26
27
|
storeID: string;
|
27
28
|
storeName: string;
|
28
29
|
};
|
29
|
-
paymentGateway: "MACAU_PASS";
|
30
30
|
} | {
|
31
|
+
paymentGateway: "DIGIO";
|
31
32
|
config: {
|
32
33
|
merchantId: string;
|
34
|
+
cardMerchantId: string;
|
33
35
|
};
|
34
|
-
paymentGateway: "DIGIO";
|
35
36
|
})[] | null | undefined;
|
36
37
|
ref?: any;
|
37
|
-
_id: string;
|
38
38
|
status: "NEW" | "PENDING" | "APPROVED";
|
39
|
+
_id: string;
|
40
|
+
notifyUrl: string;
|
39
41
|
store: {
|
40
42
|
bank?: {
|
41
43
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
42
|
-
holderName?: string | null | undefined;
|
43
44
|
accountNumber?: string | null | undefined;
|
45
|
+
holderName?: string | null | undefined;
|
44
46
|
name: string;
|
45
47
|
} | null | undefined;
|
46
|
-
ssm?: string | null | undefined;
|
47
48
|
bankStatement?: string | null | undefined;
|
49
|
+
ssm?: string | null | undefined;
|
48
50
|
exteriorPhoto?: string | null | undefined;
|
49
51
|
keyPerson?: {
|
50
|
-
email: string;
|
51
52
|
name: string;
|
52
53
|
phone: string;
|
54
|
+
email: string;
|
53
55
|
} | null | undefined;
|
54
56
|
id: string;
|
55
57
|
event: "ORDERING" | "MARKETING";
|
56
58
|
};
|
57
|
-
notifyUrl: string;
|
58
59
|
methods: {
|
59
60
|
rate?: {
|
60
61
|
amount: number;
|
61
62
|
precision: number;
|
62
63
|
} | null | undefined;
|
63
64
|
tPlus?: number | null | undefined;
|
64
|
-
issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "
|
65
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
65
66
|
variant: string;
|
66
67
|
}[];
|
67
68
|
businessId: string;
|
@@ -73,21 +74,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
73
74
|
type: PropType<{
|
74
75
|
enable?: boolean | null | undefined;
|
75
76
|
gateways?: ({
|
77
|
+
paymentGateway: "REVENUE_MONSTER";
|
76
78
|
config: {
|
77
79
|
clientId: string;
|
78
80
|
clientPrivateKey: string;
|
79
81
|
clientSecret: string;
|
80
82
|
storeId: string;
|
81
83
|
};
|
82
|
-
paymentGateway: "REVENUE_MONSTER";
|
83
84
|
} | {
|
85
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
84
86
|
config: {
|
85
87
|
merchantId: string;
|
86
88
|
secretKey: string;
|
87
89
|
verifyKey: string;
|
88
90
|
};
|
89
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
90
91
|
} | {
|
92
|
+
paymentGateway: "MACAU_PASS";
|
91
93
|
config: {
|
92
94
|
merchantId: string;
|
93
95
|
merchantName: string;
|
@@ -95,42 +97,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
95
97
|
storeID: string;
|
96
98
|
storeName: string;
|
97
99
|
};
|
98
|
-
paymentGateway: "MACAU_PASS";
|
99
100
|
} | {
|
101
|
+
paymentGateway: "DIGIO";
|
100
102
|
config: {
|
101
103
|
merchantId: string;
|
104
|
+
cardMerchantId: string;
|
102
105
|
};
|
103
|
-
paymentGateway: "DIGIO";
|
104
106
|
})[] | null | undefined;
|
105
107
|
ref?: any;
|
106
|
-
_id: string;
|
107
108
|
status: "NEW" | "PENDING" | "APPROVED";
|
109
|
+
_id: string;
|
110
|
+
notifyUrl: string;
|
108
111
|
store: {
|
109
112
|
bank?: {
|
110
113
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
111
|
-
holderName?: string | null | undefined;
|
112
114
|
accountNumber?: string | null | undefined;
|
115
|
+
holderName?: string | null | undefined;
|
113
116
|
name: string;
|
114
117
|
} | null | undefined;
|
115
|
-
ssm?: string | null | undefined;
|
116
118
|
bankStatement?: string | null | undefined;
|
119
|
+
ssm?: string | null | undefined;
|
117
120
|
exteriorPhoto?: string | null | undefined;
|
118
121
|
keyPerson?: {
|
119
|
-
email: string;
|
120
122
|
name: string;
|
121
123
|
phone: string;
|
124
|
+
email: string;
|
122
125
|
} | null | undefined;
|
123
126
|
id: string;
|
124
127
|
event: "ORDERING" | "MARKETING";
|
125
128
|
};
|
126
|
-
notifyUrl: string;
|
127
129
|
methods: {
|
128
130
|
rate?: {
|
129
131
|
amount: number;
|
130
132
|
precision: number;
|
131
133
|
} | null | undefined;
|
132
134
|
tPlus?: number | null | undefined;
|
133
|
-
issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "
|
135
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
134
136
|
variant: string;
|
135
137
|
}[];
|
136
138
|
businessId: string;
|
@@ -5,28 +5,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
5
5
|
enable?: boolean | null | undefined;
|
6
6
|
tokens?: {
|
7
7
|
type: "googlePay";
|
8
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
9
8
|
config: {
|
10
9
|
gateway: string;
|
11
10
|
gatewayMerchantId: string;
|
12
11
|
};
|
12
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
13
13
|
}[] | null | undefined;
|
14
14
|
gateways?: ({
|
15
|
+
paymentGateway: "REVENUE_MONSTER";
|
15
16
|
config: {
|
16
17
|
clientId: string;
|
17
18
|
clientPrivateKey: string;
|
18
19
|
clientSecret: string;
|
19
20
|
storeId: string;
|
20
21
|
};
|
21
|
-
paymentGateway: "REVENUE_MONSTER";
|
22
22
|
} | {
|
23
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
23
24
|
config: {
|
24
25
|
merchantId: string;
|
25
26
|
secretKey: string;
|
26
27
|
verifyKey: string;
|
27
28
|
};
|
28
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
29
|
} | {
|
30
|
+
paymentGateway: "MACAU_PASS";
|
30
31
|
config: {
|
31
32
|
merchantId: string;
|
32
33
|
merchantName: string;
|
@@ -34,12 +35,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
35
|
storeID: string;
|
35
36
|
storeName: string;
|
36
37
|
};
|
37
|
-
paymentGateway: "MACAU_PASS";
|
38
38
|
} | {
|
39
|
+
paymentGateway: "DIGIO";
|
39
40
|
config: {
|
40
41
|
merchantId: string;
|
42
|
+
cardMerchantId: string;
|
41
43
|
};
|
42
|
-
paymentGateway: "DIGIO";
|
43
44
|
})[] | null | undefined;
|
44
45
|
gatewayOverride?: {
|
45
46
|
type?: string | null | undefined;
|
@@ -48,38 +49,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
48
49
|
conditionValue?: any;
|
49
50
|
}[] | null | undefined;
|
50
51
|
value: string;
|
51
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
52
52
|
icon: string;
|
53
53
|
label: string;
|
54
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
54
55
|
}[] | null | undefined;
|
55
|
-
_id: string;
|
56
56
|
status: "NEW" | "PENDING" | "APPROVED";
|
57
|
+
_id: string;
|
58
|
+
notifyUrl: string;
|
57
59
|
store: {
|
58
60
|
bank?: {
|
59
61
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
60
|
-
holderName?: string | null | undefined;
|
61
62
|
accountNumber?: string | null | undefined;
|
63
|
+
holderName?: string | null | undefined;
|
62
64
|
name: string;
|
63
65
|
} | null | undefined;
|
64
|
-
ssm?: string | null | undefined;
|
65
66
|
bankStatement?: string | null | undefined;
|
67
|
+
ssm?: string | null | undefined;
|
66
68
|
exteriorPhoto?: string | null | undefined;
|
67
69
|
keyPerson?: {
|
68
|
-
email: string;
|
69
70
|
name: string;
|
70
71
|
phone: string;
|
72
|
+
email: string;
|
71
73
|
} | null | undefined;
|
72
74
|
id: string;
|
73
75
|
event: "ORDERING" | "MARKETING";
|
74
76
|
};
|
75
|
-
notifyUrl: string;
|
76
77
|
methods: {
|
77
78
|
rate?: {
|
78
79
|
amount: number;
|
79
80
|
precision: number;
|
80
81
|
} | null | undefined;
|
81
82
|
tPlus?: number | null | undefined;
|
82
|
-
issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "
|
83
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
83
84
|
variant: string;
|
84
85
|
}[];
|
85
86
|
businessId: string;
|
@@ -92,28 +93,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
92
93
|
enable?: boolean | null | undefined;
|
93
94
|
tokens?: {
|
94
95
|
type: "googlePay";
|
95
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
96
96
|
config: {
|
97
97
|
gateway: string;
|
98
98
|
gatewayMerchantId: string;
|
99
99
|
};
|
100
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
100
101
|
}[] | null | undefined;
|
101
102
|
gateways?: ({
|
103
|
+
paymentGateway: "REVENUE_MONSTER";
|
102
104
|
config: {
|
103
105
|
clientId: string;
|
104
106
|
clientPrivateKey: string;
|
105
107
|
clientSecret: string;
|
106
108
|
storeId: string;
|
107
109
|
};
|
108
|
-
paymentGateway: "REVENUE_MONSTER";
|
109
110
|
} | {
|
111
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
110
112
|
config: {
|
111
113
|
merchantId: string;
|
112
114
|
secretKey: string;
|
113
115
|
verifyKey: string;
|
114
116
|
};
|
115
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
116
117
|
} | {
|
118
|
+
paymentGateway: "MACAU_PASS";
|
117
119
|
config: {
|
118
120
|
merchantId: string;
|
119
121
|
merchantName: string;
|
@@ -121,12 +123,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
121
123
|
storeID: string;
|
122
124
|
storeName: string;
|
123
125
|
};
|
124
|
-
paymentGateway: "MACAU_PASS";
|
125
126
|
} | {
|
127
|
+
paymentGateway: "DIGIO";
|
126
128
|
config: {
|
127
129
|
merchantId: string;
|
130
|
+
cardMerchantId: string;
|
128
131
|
};
|
129
|
-
paymentGateway: "DIGIO";
|
130
132
|
})[] | null | undefined;
|
131
133
|
gatewayOverride?: {
|
132
134
|
type?: string | null | undefined;
|
@@ -135,38 +137,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
135
137
|
conditionValue?: any;
|
136
138
|
}[] | null | undefined;
|
137
139
|
value: string;
|
138
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
139
140
|
icon: string;
|
140
141
|
label: string;
|
142
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
141
143
|
}[] | null | undefined;
|
142
|
-
_id: string;
|
143
144
|
status: "NEW" | "PENDING" | "APPROVED";
|
145
|
+
_id: string;
|
146
|
+
notifyUrl: string;
|
144
147
|
store: {
|
145
148
|
bank?: {
|
146
149
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
147
|
-
holderName?: string | null | undefined;
|
148
150
|
accountNumber?: string | null | undefined;
|
151
|
+
holderName?: string | null | undefined;
|
149
152
|
name: string;
|
150
153
|
} | null | undefined;
|
151
|
-
ssm?: string | null | undefined;
|
152
154
|
bankStatement?: string | null | undefined;
|
155
|
+
ssm?: string | null | undefined;
|
153
156
|
exteriorPhoto?: string | null | undefined;
|
154
157
|
keyPerson?: {
|
155
|
-
email: string;
|
156
158
|
name: string;
|
157
159
|
phone: string;
|
160
|
+
email: string;
|
158
161
|
} | null | undefined;
|
159
162
|
id: string;
|
160
163
|
event: "ORDERING" | "MARKETING";
|
161
164
|
};
|
162
|
-
notifyUrl: string;
|
163
165
|
methods: {
|
164
166
|
rate?: {
|
165
167
|
amount: number;
|
166
168
|
precision: number;
|
167
169
|
} | null | undefined;
|
168
170
|
tPlus?: number | null | undefined;
|
169
|
-
issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "
|
171
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
170
172
|
variant: string;
|
171
173
|
}[];
|
172
174
|
businessId: string;
|
@@ -5,28 +5,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
5
5
|
enable?: boolean | null | undefined;
|
6
6
|
tokens?: {
|
7
7
|
type: "googlePay";
|
8
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
9
8
|
config: {
|
10
9
|
gateway: string;
|
11
10
|
gatewayMerchantId: string;
|
12
11
|
};
|
12
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
13
13
|
}[] | null | undefined;
|
14
14
|
gateways?: ({
|
15
|
+
paymentGateway: "REVENUE_MONSTER";
|
15
16
|
config: {
|
16
17
|
clientId: string;
|
17
18
|
clientPrivateKey: string;
|
18
19
|
clientSecret: string;
|
19
20
|
storeId: string;
|
20
21
|
};
|
21
|
-
paymentGateway: "REVENUE_MONSTER";
|
22
22
|
} | {
|
23
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
23
24
|
config: {
|
24
25
|
merchantId: string;
|
25
26
|
secretKey: string;
|
26
27
|
verifyKey: string;
|
27
28
|
};
|
28
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
29
|
} | {
|
30
|
+
paymentGateway: "MACAU_PASS";
|
30
31
|
config: {
|
31
32
|
merchantId: string;
|
32
33
|
merchantName: string;
|
@@ -34,12 +35,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
34
35
|
storeID: string;
|
35
36
|
storeName: string;
|
36
37
|
};
|
37
|
-
paymentGateway: "MACAU_PASS";
|
38
38
|
} | {
|
39
|
+
paymentGateway: "DIGIO";
|
39
40
|
config: {
|
40
41
|
merchantId: string;
|
42
|
+
cardMerchantId: string;
|
41
43
|
};
|
42
|
-
paymentGateway: "DIGIO";
|
43
44
|
})[] | null | undefined;
|
44
45
|
gatewayOverride?: {
|
45
46
|
type?: string | null | undefined;
|
@@ -48,38 +49,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
48
49
|
conditionValue?: any;
|
49
50
|
}[] | null | undefined;
|
50
51
|
value: string;
|
51
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
52
52
|
icon: string;
|
53
53
|
label: string;
|
54
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
54
55
|
}[] | null | undefined;
|
55
|
-
_id: string;
|
56
56
|
status: "NEW" | "PENDING" | "APPROVED";
|
57
|
+
_id: string;
|
58
|
+
notifyUrl: string;
|
57
59
|
store: {
|
58
60
|
bank?: {
|
59
61
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
60
|
-
holderName?: string | null | undefined;
|
61
62
|
accountNumber?: string | null | undefined;
|
63
|
+
holderName?: string | null | undefined;
|
62
64
|
name: string;
|
63
65
|
} | null | undefined;
|
64
|
-
ssm?: string | null | undefined;
|
65
66
|
bankStatement?: string | null | undefined;
|
67
|
+
ssm?: string | null | undefined;
|
66
68
|
exteriorPhoto?: string | null | undefined;
|
67
69
|
keyPerson?: {
|
68
|
-
email: string;
|
69
70
|
name: string;
|
70
71
|
phone: string;
|
72
|
+
email: string;
|
71
73
|
} | null | undefined;
|
72
74
|
id: string;
|
73
75
|
event: "ORDERING" | "MARKETING";
|
74
76
|
};
|
75
|
-
notifyUrl: string;
|
76
77
|
methods: {
|
77
78
|
rate?: {
|
78
79
|
amount: number;
|
79
80
|
precision: number;
|
80
81
|
} | null | undefined;
|
81
82
|
tPlus?: number | null | undefined;
|
82
|
-
issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "
|
83
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
83
84
|
variant: string;
|
84
85
|
}[];
|
85
86
|
businessId: string;
|
@@ -92,28 +93,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
92
93
|
enable?: boolean | null | undefined;
|
93
94
|
tokens?: {
|
94
95
|
type: "googlePay";
|
95
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
96
96
|
config: {
|
97
97
|
gateway: string;
|
98
98
|
gatewayMerchantId: string;
|
99
99
|
};
|
100
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
100
101
|
}[] | null | undefined;
|
101
102
|
gateways?: ({
|
103
|
+
paymentGateway: "REVENUE_MONSTER";
|
102
104
|
config: {
|
103
105
|
clientId: string;
|
104
106
|
clientPrivateKey: string;
|
105
107
|
clientSecret: string;
|
106
108
|
storeId: string;
|
107
109
|
};
|
108
|
-
paymentGateway: "REVENUE_MONSTER";
|
109
110
|
} | {
|
111
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
110
112
|
config: {
|
111
113
|
merchantId: string;
|
112
114
|
secretKey: string;
|
113
115
|
verifyKey: string;
|
114
116
|
};
|
115
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
116
117
|
} | {
|
118
|
+
paymentGateway: "MACAU_PASS";
|
117
119
|
config: {
|
118
120
|
merchantId: string;
|
119
121
|
merchantName: string;
|
@@ -121,12 +123,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
121
123
|
storeID: string;
|
122
124
|
storeName: string;
|
123
125
|
};
|
124
|
-
paymentGateway: "MACAU_PASS";
|
125
126
|
} | {
|
127
|
+
paymentGateway: "DIGIO";
|
126
128
|
config: {
|
127
129
|
merchantId: string;
|
130
|
+
cardMerchantId: string;
|
128
131
|
};
|
129
|
-
paymentGateway: "DIGIO";
|
130
132
|
})[] | null | undefined;
|
131
133
|
gatewayOverride?: {
|
132
134
|
type?: string | null | undefined;
|
@@ -135,38 +137,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
135
137
|
conditionValue?: any;
|
136
138
|
}[] | null | undefined;
|
137
139
|
value: string;
|
138
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
139
140
|
icon: string;
|
140
141
|
label: string;
|
142
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
141
143
|
}[] | null | undefined;
|
142
|
-
_id: string;
|
143
144
|
status: "NEW" | "PENDING" | "APPROVED";
|
145
|
+
_id: string;
|
146
|
+
notifyUrl: string;
|
144
147
|
store: {
|
145
148
|
bank?: {
|
146
149
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
147
|
-
holderName?: string | null | undefined;
|
148
150
|
accountNumber?: string | null | undefined;
|
151
|
+
holderName?: string | null | undefined;
|
149
152
|
name: string;
|
150
153
|
} | null | undefined;
|
151
|
-
ssm?: string | null | undefined;
|
152
154
|
bankStatement?: string | null | undefined;
|
155
|
+
ssm?: string | null | undefined;
|
153
156
|
exteriorPhoto?: string | null | undefined;
|
154
157
|
keyPerson?: {
|
155
|
-
email: string;
|
156
158
|
name: string;
|
157
159
|
phone: string;
|
160
|
+
email: string;
|
158
161
|
} | null | undefined;
|
159
162
|
id: string;
|
160
163
|
event: "ORDERING" | "MARKETING";
|
161
164
|
};
|
162
|
-
notifyUrl: string;
|
163
165
|
methods: {
|
164
166
|
rate?: {
|
165
167
|
amount: number;
|
166
168
|
precision: number;
|
167
169
|
} | null | undefined;
|
168
170
|
tPlus?: number | null | undefined;
|
169
|
-
issuer: "MACAU_PASS" | "DIGIO" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT" | "AMEX" | "
|
171
|
+
issuer: "MACAU_PASS" | "DIGIO" | "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";
|
170
172
|
variant: string;
|
171
173
|
}[];
|
172
174
|
businessId: string;
|