@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
|
@@ -4,19 +4,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
type: PropType<{
|
|
5
5
|
statusReason?: string | null | undefined;
|
|
6
6
|
rates?: Record<string, number> | null | undefined;
|
|
7
|
-
_id: string;
|
|
8
7
|
type: "softspace" | "digipay";
|
|
9
8
|
status: "pending" | "submitted" | "rejected" | "approved" | "ready";
|
|
9
|
+
_id: string;
|
|
10
|
+
restaurantId: string;
|
|
11
|
+
fields: Record<string, string>;
|
|
12
|
+
documents: Record<string, string>;
|
|
13
|
+
updatedAt: string;
|
|
10
14
|
profile: {
|
|
11
15
|
legalName?: string | null | undefined;
|
|
12
|
-
name: string;
|
|
13
16
|
email: string;
|
|
17
|
+
name: string;
|
|
14
18
|
phoneNo: string;
|
|
15
19
|
};
|
|
16
|
-
restaurantId: string;
|
|
17
|
-
fields: Record<string, string>;
|
|
18
|
-
documents: Record<string, string>;
|
|
19
|
-
updatedAt: string;
|
|
20
20
|
}>;
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
@@ -24,38 +24,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
24
24
|
"update:submission": (submission: {
|
|
25
25
|
statusReason?: string | null | undefined;
|
|
26
26
|
rates?: Record<string, number> | null | undefined;
|
|
27
|
-
_id: string;
|
|
28
27
|
type: "softspace" | "digipay";
|
|
29
28
|
status: "pending" | "submitted" | "rejected" | "approved" | "ready";
|
|
29
|
+
_id: string;
|
|
30
|
+
restaurantId: string;
|
|
31
|
+
fields: Record<string, string>;
|
|
32
|
+
documents: Record<string, string>;
|
|
33
|
+
updatedAt: string;
|
|
30
34
|
profile: {
|
|
31
35
|
legalName?: string | null | undefined;
|
|
32
|
-
name: string;
|
|
33
36
|
email: string;
|
|
37
|
+
name: string;
|
|
34
38
|
phoneNo: string;
|
|
35
39
|
};
|
|
36
|
-
restaurantId: string;
|
|
37
|
-
fields: Record<string, string>;
|
|
38
|
-
documents: Record<string, string>;
|
|
39
|
-
updatedAt: string;
|
|
40
40
|
}) => any;
|
|
41
41
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
submission: {
|
|
43
43
|
type: PropType<{
|
|
44
44
|
statusReason?: string | null | undefined;
|
|
45
45
|
rates?: Record<string, number> | null | undefined;
|
|
46
|
-
_id: string;
|
|
47
46
|
type: "softspace" | "digipay";
|
|
48
47
|
status: "pending" | "submitted" | "rejected" | "approved" | "ready";
|
|
48
|
+
_id: string;
|
|
49
|
+
restaurantId: string;
|
|
50
|
+
fields: Record<string, string>;
|
|
51
|
+
documents: Record<string, string>;
|
|
52
|
+
updatedAt: string;
|
|
49
53
|
profile: {
|
|
50
54
|
legalName?: string | null | undefined;
|
|
51
|
-
name: string;
|
|
52
55
|
email: string;
|
|
56
|
+
name: string;
|
|
53
57
|
phoneNo: string;
|
|
54
58
|
};
|
|
55
|
-
restaurantId: string;
|
|
56
|
-
fields: Record<string, string>;
|
|
57
|
-
documents: Record<string, string>;
|
|
58
|
-
updatedAt: string;
|
|
59
59
|
}>;
|
|
60
60
|
required: true;
|
|
61
61
|
};
|
|
@@ -63,19 +63,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
"onUpdate:submission"?: ((submission: {
|
|
64
64
|
statusReason?: string | null | undefined;
|
|
65
65
|
rates?: Record<string, number> | null | undefined;
|
|
66
|
-
_id: string;
|
|
67
66
|
type: "softspace" | "digipay";
|
|
68
67
|
status: "pending" | "submitted" | "rejected" | "approved" | "ready";
|
|
68
|
+
_id: string;
|
|
69
|
+
restaurantId: string;
|
|
70
|
+
fields: Record<string, string>;
|
|
71
|
+
documents: Record<string, string>;
|
|
72
|
+
updatedAt: string;
|
|
69
73
|
profile: {
|
|
70
74
|
legalName?: string | null | undefined;
|
|
71
|
-
name: string;
|
|
72
75
|
email: string;
|
|
76
|
+
name: string;
|
|
73
77
|
phoneNo: string;
|
|
74
78
|
};
|
|
75
|
-
restaurantId: string;
|
|
76
|
-
fields: Record<string, string>;
|
|
77
|
-
documents: Record<string, string>;
|
|
78
|
-
updatedAt: string;
|
|
79
79
|
}) => any) | undefined;
|
|
80
80
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
81
81
|
export default _default;
|
|
@@ -2,52 +2,52 @@ import type { PropType } from 'vue';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
payoutAccount: {
|
|
4
4
|
type: PropType<{
|
|
5
|
-
enable?: boolean | null | undefined;
|
|
6
5
|
gateways?: ({
|
|
7
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
8
6
|
config: {
|
|
9
7
|
clientId: string;
|
|
10
8
|
clientPrivateKey: string;
|
|
11
9
|
clientSecret: string;
|
|
12
10
|
storeId: string;
|
|
13
11
|
};
|
|
12
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
14
13
|
} | {
|
|
15
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
16
14
|
config: {
|
|
17
|
-
merchantId: string;
|
|
18
15
|
secretKey: string;
|
|
16
|
+
merchantId: string;
|
|
19
17
|
verifyKey: string;
|
|
20
18
|
};
|
|
19
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
21
20
|
} | {
|
|
22
|
-
paymentGateway: "MACAU_PASS";
|
|
23
21
|
config: {
|
|
24
22
|
merchantId: string;
|
|
23
|
+
storeID: string;
|
|
25
24
|
merchantName: string;
|
|
26
25
|
merchantCategoryCode: string;
|
|
27
|
-
storeID: string;
|
|
28
26
|
storeName: string;
|
|
29
27
|
};
|
|
28
|
+
paymentGateway: "MACAU_PASS";
|
|
30
29
|
} | {
|
|
31
|
-
paymentGateway: "DIGIO";
|
|
32
30
|
config: {
|
|
33
31
|
merchantId: string;
|
|
34
32
|
cardMerchantId: string;
|
|
35
33
|
};
|
|
34
|
+
paymentGateway: "DIGIO";
|
|
36
35
|
} | {
|
|
37
|
-
paymentGateway: "ADYEN";
|
|
38
36
|
config: {
|
|
39
37
|
hmacKey?: string | null | undefined;
|
|
40
38
|
merchantAccount: string;
|
|
41
39
|
username: string;
|
|
42
40
|
apiKey: string;
|
|
43
|
-
endpoint: string;
|
|
44
41
|
clientKey: string;
|
|
42
|
+
endpoint: string;
|
|
45
43
|
};
|
|
44
|
+
paymentGateway: "ADYEN";
|
|
46
45
|
})[] | null | undefined;
|
|
46
|
+
enable?: boolean | null | undefined;
|
|
47
47
|
ref?: any;
|
|
48
|
-
_id: string;
|
|
49
48
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
50
|
-
|
|
49
|
+
notifyUrl: string;
|
|
50
|
+
_id: string;
|
|
51
51
|
store: {
|
|
52
52
|
bank?: {
|
|
53
53
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -55,18 +55,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
holderName?: string | null | undefined;
|
|
56
56
|
name: string;
|
|
57
57
|
} | null | undefined;
|
|
58
|
-
ssm?: string | null | undefined;
|
|
59
58
|
bankStatement?: string | null | undefined;
|
|
59
|
+
ssm?: string | null | undefined;
|
|
60
60
|
exteriorPhoto?: string | null | undefined;
|
|
61
61
|
keyPerson?: {
|
|
62
62
|
name: string;
|
|
63
|
-
email: string;
|
|
64
63
|
phone: string;
|
|
64
|
+
email: string;
|
|
65
65
|
} | null | undefined;
|
|
66
66
|
id: string;
|
|
67
67
|
event: "ORDERING" | "MARKETING";
|
|
68
68
|
};
|
|
69
|
-
|
|
69
|
+
businessId: string;
|
|
70
70
|
methods: {
|
|
71
71
|
rate?: {
|
|
72
72
|
amount: number;
|
|
@@ -82,52 +82,52 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
82
82
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
83
83
|
payoutAccount: {
|
|
84
84
|
type: PropType<{
|
|
85
|
-
enable?: boolean | null | undefined;
|
|
86
85
|
gateways?: ({
|
|
87
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
88
86
|
config: {
|
|
89
87
|
clientId: string;
|
|
90
88
|
clientPrivateKey: string;
|
|
91
89
|
clientSecret: string;
|
|
92
90
|
storeId: string;
|
|
93
91
|
};
|
|
92
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
94
93
|
} | {
|
|
95
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
96
94
|
config: {
|
|
97
|
-
merchantId: string;
|
|
98
95
|
secretKey: string;
|
|
96
|
+
merchantId: string;
|
|
99
97
|
verifyKey: string;
|
|
100
98
|
};
|
|
99
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
101
100
|
} | {
|
|
102
|
-
paymentGateway: "MACAU_PASS";
|
|
103
101
|
config: {
|
|
104
102
|
merchantId: string;
|
|
103
|
+
storeID: string;
|
|
105
104
|
merchantName: string;
|
|
106
105
|
merchantCategoryCode: string;
|
|
107
|
-
storeID: string;
|
|
108
106
|
storeName: string;
|
|
109
107
|
};
|
|
108
|
+
paymentGateway: "MACAU_PASS";
|
|
110
109
|
} | {
|
|
111
|
-
paymentGateway: "DIGIO";
|
|
112
110
|
config: {
|
|
113
111
|
merchantId: string;
|
|
114
112
|
cardMerchantId: string;
|
|
115
113
|
};
|
|
114
|
+
paymentGateway: "DIGIO";
|
|
116
115
|
} | {
|
|
117
|
-
paymentGateway: "ADYEN";
|
|
118
116
|
config: {
|
|
119
117
|
hmacKey?: string | null | undefined;
|
|
120
118
|
merchantAccount: string;
|
|
121
119
|
username: string;
|
|
122
120
|
apiKey: string;
|
|
123
|
-
endpoint: string;
|
|
124
121
|
clientKey: string;
|
|
122
|
+
endpoint: string;
|
|
125
123
|
};
|
|
124
|
+
paymentGateway: "ADYEN";
|
|
126
125
|
})[] | null | undefined;
|
|
126
|
+
enable?: boolean | null | undefined;
|
|
127
127
|
ref?: any;
|
|
128
|
-
_id: string;
|
|
129
128
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
130
|
-
|
|
129
|
+
notifyUrl: string;
|
|
130
|
+
_id: string;
|
|
131
131
|
store: {
|
|
132
132
|
bank?: {
|
|
133
133
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -135,18 +135,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
135
135
|
holderName?: string | null | undefined;
|
|
136
136
|
name: string;
|
|
137
137
|
} | null | undefined;
|
|
138
|
-
ssm?: string | null | undefined;
|
|
139
138
|
bankStatement?: string | null | undefined;
|
|
139
|
+
ssm?: string | null | undefined;
|
|
140
140
|
exteriorPhoto?: string | null | undefined;
|
|
141
141
|
keyPerson?: {
|
|
142
142
|
name: string;
|
|
143
|
-
email: string;
|
|
144
143
|
phone: string;
|
|
144
|
+
email: string;
|
|
145
145
|
} | null | undefined;
|
|
146
146
|
id: string;
|
|
147
147
|
event: "ORDERING" | "MARKETING";
|
|
148
148
|
};
|
|
149
|
-
|
|
149
|
+
businessId: string;
|
|
150
150
|
methods: {
|
|
151
151
|
rate?: {
|
|
152
152
|
amount: number;
|
|
@@ -2,56 +2,56 @@ import { type PropType } from 'vue';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
payoutAccount: {
|
|
4
4
|
type: PropType<{
|
|
5
|
-
enable?: boolean | null | undefined;
|
|
6
|
-
tokens?: {
|
|
7
|
-
type: "googlePay";
|
|
8
|
-
config: {
|
|
9
|
-
gateway: string;
|
|
10
|
-
gatewayMerchantId: string;
|
|
11
|
-
};
|
|
12
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY";
|
|
13
|
-
}[] | null | undefined;
|
|
14
5
|
gateways?: ({
|
|
15
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
16
6
|
config: {
|
|
17
7
|
clientId: string;
|
|
18
8
|
clientPrivateKey: string;
|
|
19
9
|
clientSecret: string;
|
|
20
10
|
storeId: string;
|
|
21
11
|
};
|
|
12
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
22
13
|
} | {
|
|
23
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
24
14
|
config: {
|
|
25
|
-
merchantId: string;
|
|
26
15
|
secretKey: string;
|
|
16
|
+
merchantId: string;
|
|
27
17
|
verifyKey: string;
|
|
28
18
|
};
|
|
19
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
29
20
|
} | {
|
|
30
|
-
paymentGateway: "MACAU_PASS";
|
|
31
21
|
config: {
|
|
32
22
|
merchantId: string;
|
|
23
|
+
storeID: string;
|
|
33
24
|
merchantName: string;
|
|
34
25
|
merchantCategoryCode: string;
|
|
35
|
-
storeID: string;
|
|
36
26
|
storeName: string;
|
|
37
27
|
};
|
|
28
|
+
paymentGateway: "MACAU_PASS";
|
|
38
29
|
} | {
|
|
39
|
-
paymentGateway: "DIGIO";
|
|
40
30
|
config: {
|
|
41
31
|
merchantId: string;
|
|
42
32
|
cardMerchantId: string;
|
|
43
33
|
};
|
|
34
|
+
paymentGateway: "DIGIO";
|
|
44
35
|
} | {
|
|
45
|
-
paymentGateway: "ADYEN";
|
|
46
36
|
config: {
|
|
47
37
|
hmacKey?: string | null | undefined;
|
|
48
38
|
merchantAccount: string;
|
|
49
39
|
username: string;
|
|
50
40
|
apiKey: string;
|
|
51
|
-
endpoint: string;
|
|
52
41
|
clientKey: string;
|
|
42
|
+
endpoint: string;
|
|
53
43
|
};
|
|
44
|
+
paymentGateway: "ADYEN";
|
|
54
45
|
})[] | null | undefined;
|
|
46
|
+
enable?: boolean | null | undefined;
|
|
47
|
+
tokens?: {
|
|
48
|
+
type: "googlePay";
|
|
49
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY";
|
|
50
|
+
config: {
|
|
51
|
+
gateway: string;
|
|
52
|
+
gatewayMerchantId: string;
|
|
53
|
+
};
|
|
54
|
+
}[] | null | undefined;
|
|
55
55
|
gatewayOverride?: {
|
|
56
56
|
type?: string | null | undefined;
|
|
57
57
|
conditions?: {
|
|
@@ -63,9 +63,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
63
63
|
icon: string;
|
|
64
64
|
label: string;
|
|
65
65
|
}[] | null | undefined;
|
|
66
|
-
_id: string;
|
|
67
66
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
68
|
-
|
|
67
|
+
notifyUrl: string;
|
|
68
|
+
_id: string;
|
|
69
69
|
store: {
|
|
70
70
|
bank?: {
|
|
71
71
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -73,18 +73,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
73
73
|
holderName?: string | null | undefined;
|
|
74
74
|
name: string;
|
|
75
75
|
} | null | undefined;
|
|
76
|
-
ssm?: string | null | undefined;
|
|
77
76
|
bankStatement?: string | null | undefined;
|
|
77
|
+
ssm?: string | null | undefined;
|
|
78
78
|
exteriorPhoto?: string | null | undefined;
|
|
79
79
|
keyPerson?: {
|
|
80
80
|
name: string;
|
|
81
|
-
email: string;
|
|
82
81
|
phone: string;
|
|
82
|
+
email: string;
|
|
83
83
|
} | null | undefined;
|
|
84
84
|
id: string;
|
|
85
85
|
event: "ORDERING" | "MARKETING";
|
|
86
86
|
};
|
|
87
|
-
|
|
87
|
+
businessId: string;
|
|
88
88
|
methods: {
|
|
89
89
|
rate?: {
|
|
90
90
|
amount: number;
|
|
@@ -100,56 +100,56 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
100
100
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
101
101
|
payoutAccount: {
|
|
102
102
|
type: PropType<{
|
|
103
|
-
enable?: boolean | null | undefined;
|
|
104
|
-
tokens?: {
|
|
105
|
-
type: "googlePay";
|
|
106
|
-
config: {
|
|
107
|
-
gateway: string;
|
|
108
|
-
gatewayMerchantId: string;
|
|
109
|
-
};
|
|
110
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY";
|
|
111
|
-
}[] | null | undefined;
|
|
112
103
|
gateways?: ({
|
|
113
|
-
paymentGateway: "REVENUE_MONSTER";
|
|
114
104
|
config: {
|
|
115
105
|
clientId: string;
|
|
116
106
|
clientPrivateKey: string;
|
|
117
107
|
clientSecret: string;
|
|
118
108
|
storeId: string;
|
|
119
109
|
};
|
|
110
|
+
paymentGateway: "REVENUE_MONSTER";
|
|
120
111
|
} | {
|
|
121
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
122
112
|
config: {
|
|
123
|
-
merchantId: string;
|
|
124
113
|
secretKey: string;
|
|
114
|
+
merchantId: string;
|
|
125
115
|
verifyKey: string;
|
|
126
116
|
};
|
|
117
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
|
127
118
|
} | {
|
|
128
|
-
paymentGateway: "MACAU_PASS";
|
|
129
119
|
config: {
|
|
130
120
|
merchantId: string;
|
|
121
|
+
storeID: string;
|
|
131
122
|
merchantName: string;
|
|
132
123
|
merchantCategoryCode: string;
|
|
133
|
-
storeID: string;
|
|
134
124
|
storeName: string;
|
|
135
125
|
};
|
|
126
|
+
paymentGateway: "MACAU_PASS";
|
|
136
127
|
} | {
|
|
137
|
-
paymentGateway: "DIGIO";
|
|
138
128
|
config: {
|
|
139
129
|
merchantId: string;
|
|
140
130
|
cardMerchantId: string;
|
|
141
131
|
};
|
|
132
|
+
paymentGateway: "DIGIO";
|
|
142
133
|
} | {
|
|
143
|
-
paymentGateway: "ADYEN";
|
|
144
134
|
config: {
|
|
145
135
|
hmacKey?: string | null | undefined;
|
|
146
136
|
merchantAccount: string;
|
|
147
137
|
username: string;
|
|
148
138
|
apiKey: string;
|
|
149
|
-
endpoint: string;
|
|
150
139
|
clientKey: string;
|
|
140
|
+
endpoint: string;
|
|
151
141
|
};
|
|
142
|
+
paymentGateway: "ADYEN";
|
|
152
143
|
})[] | null | undefined;
|
|
144
|
+
enable?: boolean | null | undefined;
|
|
145
|
+
tokens?: {
|
|
146
|
+
type: "googlePay";
|
|
147
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "ADYEN" | "KSHER" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "MAYBANK3" | "NETS" | "KBANK" | "ADYEN_WECHATPAY" | "ADYEN_ALIPAY" | "KSHER_PROMPTPAY" | "KSHER_WECHATPAY" | "KSHER_ALIPAY";
|
|
148
|
+
config: {
|
|
149
|
+
gateway: string;
|
|
150
|
+
gatewayMerchantId: string;
|
|
151
|
+
};
|
|
152
|
+
}[] | null | undefined;
|
|
153
153
|
gatewayOverride?: {
|
|
154
154
|
type?: string | null | undefined;
|
|
155
155
|
conditions?: {
|
|
@@ -161,9 +161,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
161
161
|
icon: string;
|
|
162
162
|
label: string;
|
|
163
163
|
}[] | null | undefined;
|
|
164
|
-
_id: string;
|
|
165
164
|
status: "NEW" | "PENDING" | "APPROVED";
|
|
166
|
-
|
|
165
|
+
notifyUrl: string;
|
|
166
|
+
_id: string;
|
|
167
167
|
store: {
|
|
168
168
|
bank?: {
|
|
169
169
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
|
@@ -171,18 +171,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
171
171
|
holderName?: string | null | undefined;
|
|
172
172
|
name: string;
|
|
173
173
|
} | null | undefined;
|
|
174
|
-
ssm?: string | null | undefined;
|
|
175
174
|
bankStatement?: string | null | undefined;
|
|
175
|
+
ssm?: string | null | undefined;
|
|
176
176
|
exteriorPhoto?: string | null | undefined;
|
|
177
177
|
keyPerson?: {
|
|
178
178
|
name: string;
|
|
179
|
-
email: string;
|
|
180
179
|
phone: string;
|
|
180
|
+
email: string;
|
|
181
181
|
} | null | undefined;
|
|
182
182
|
id: string;
|
|
183
183
|
event: "ORDERING" | "MARKETING";
|
|
184
184
|
};
|
|
185
|
-
|
|
185
|
+
businessId: string;
|
|
186
186
|
methods: {
|
|
187
187
|
rate?: {
|
|
188
188
|
amount: number;
|