@feedmepos/mf-payment 1.2.18 → 1.2.20
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-BDTAihoB.js → PayoutAccount-DyzFqwR_.js} +6 -6
- package/dist/{PayoutAccount-BlvYGFmj.js → PayoutAccount-ymQ8A_OQ.js} +5 -5
- package/dist/{PayoutAccountSetting-BZ_dtEzF.js → PayoutAccountSetting-DdVQDRv6.js} +3 -3
- package/dist/{Restaurant-IvTxzEEg.js → Restaurant-DX-ft5mY.js} +4 -4
- package/dist/{RestaurantSetting-CYkbYnib.js → RestaurantSetting-B5QK2HsD.js} +3 -3
- package/dist/{Settlement-CgQP9j_O.js → Settlement-BTAgDLE4.js} +3 -3
- package/dist/{Settlement-Wbsxz3c3.js → Settlement-tSFKeFCi.js} +3 -3
- package/dist/{SettlementTransactions-TULTM98h.js → SettlementTransactions-2O_jtWqc.js} +3 -3
- package/dist/{SettlementTransactions-CDrPZEsp.js → SettlementTransactions-BPQ5nHen.js} +3 -3
- package/dist/{Terminal-Kbwkii3s.js → Terminal-C1S3kxNP.js} +5 -5
- package/dist/{TerminalSetting-APSwdYlY.js → TerminalSetting-c87Zxf42.js} +3 -3
- package/dist/{Transaction-DHBP5DBt.js → Transaction-BObmnRhC.js} +7 -7
- package/dist/{Transaction-CP5nDC93.js → Transaction-D3_7pjdt.js} +5 -5
- package/dist/{TransactionOld-CZTpxwtD.js → TransactionOld-2twVH782.js} +4 -4
- package/dist/{TransactionTable.vue_vue_type_script_setup_true_lang-DQLCyJE1.js → TransactionTable.vue_vue_type_script_setup_true_lang-X4W-7Q9G.js} +3 -3
- package/dist/{app-DxcyIR9L.js → app-BXxWykCr.js} +163 -163
- package/dist/app.js +1 -1
- package/dist/{assets-BPRFwA_x.js → assets-DGrl4PXm.js} +2 -2
- package/dist/{grafana-C6rWA8aV.js → grafana-BsX0aJIj.js} +1 -1
- package/dist/{index-dd-QHobb.js → index-BOLPRESA.js} +1 -1
- package/dist/{index-Cl3iKnij.js → index-C2eTAshh.js} +16 -16
- package/dist/{index-BasV9ckt.js → index-CGmdjXTO.js} +1 -1
- package/dist/{index-CV4mrBvQ.js → index-DML_nGyN.js} +1 -1
- package/dist/{index-CFcmWPUa.js → index-Dd05rRyd.js} +3058 -2975
- package/dist/{index-pcbXwdTo.js → index-Dp-W5Nux.js} +2 -2
- package/dist/{index-CqxWxkx3.js → index-wbNqPCnP.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-BcbAchQx.js → index.vue_vue_type_script_setup_true_lang-gP1G2dvB.js} +1 -1
- package/dist/package.json +2 -2
- package/dist/payout-account-BTyePQS4.js +1820 -0
- package/dist/stores/payoutAccount.d.ts +14 -14
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +14 -14
- package/dist/views/admin/payout-account/tabs/PaymentChannel.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +16 -16
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +14 -14
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +14 -14
- package/dist/views/admin/payout-account/tabs/TokenGateway.vue.d.ts +16 -16
- package/dist/views/admin/settlement/SettlementTable.vue.d.ts +12 -12
- 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 +28 -28
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +44 -44
- package/dist/views/settlement/FiuuSettlementTransactions.vue.d.ts +22 -22
- package/dist/views/settlement/SettlementTable.vue.d.ts +12 -12
- package/package.json +2 -2
- package/dist/payout-account-Bwm4cqox.js +0 -1953
@@ -4,22 +4,21 @@ 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";
|
8
7
|
config: {
|
9
8
|
clientId: string;
|
10
9
|
clientPrivateKey: string;
|
11
10
|
clientSecret: string;
|
12
11
|
storeId: string;
|
13
12
|
};
|
13
|
+
paymentGateway: "REVENUE_MONSTER";
|
14
14
|
} | {
|
15
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
16
15
|
config: {
|
17
16
|
merchantId: string;
|
18
17
|
secretKey: string;
|
19
18
|
verifyKey: string;
|
20
19
|
};
|
20
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
21
21
|
} | {
|
22
|
-
paymentGateway: "MACAU_PASS";
|
23
22
|
config: {
|
24
23
|
merchantId: string;
|
25
24
|
merchantName: string;
|
@@ -27,11 +26,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
27
26
|
storeID: string;
|
28
27
|
storeName: string;
|
29
28
|
};
|
29
|
+
paymentGateway: "MACAU_PASS";
|
30
30
|
} | {
|
31
|
-
paymentGateway: "DIGIO";
|
32
31
|
config: {
|
33
32
|
merchantId: string;
|
34
33
|
};
|
34
|
+
paymentGateway: "DIGIO";
|
35
35
|
})[] | null | undefined;
|
36
36
|
ref?: any;
|
37
37
|
_id: string;
|
@@ -39,17 +39,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
39
39
|
store: {
|
40
40
|
bank?: {
|
41
41
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
42
|
-
accountNumber?: string | null | undefined;
|
43
42
|
holderName?: string | null | undefined;
|
43
|
+
accountNumber?: string | null | undefined;
|
44
44
|
name: string;
|
45
45
|
} | null | undefined;
|
46
46
|
ssm?: string | null | undefined;
|
47
47
|
bankStatement?: string | null | undefined;
|
48
48
|
exteriorPhoto?: string | null | undefined;
|
49
49
|
keyPerson?: {
|
50
|
+
email: string;
|
50
51
|
name: string;
|
51
52
|
phone: string;
|
52
|
-
email: string;
|
53
53
|
} | null | undefined;
|
54
54
|
id: string;
|
55
55
|
event: "ORDERING" | "MARKETING";
|
@@ -61,7 +61,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
61
61
|
precision: number;
|
62
62
|
} | null | undefined;
|
63
63
|
tPlus?: number | null | undefined;
|
64
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
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" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
|
65
65
|
variant: string;
|
66
66
|
}[];
|
67
67
|
businessId: string;
|
@@ -73,22 +73,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
73
73
|
type: PropType<{
|
74
74
|
enable?: boolean | null | undefined;
|
75
75
|
gateways?: ({
|
76
|
-
paymentGateway: "REVENUE_MONSTER";
|
77
76
|
config: {
|
78
77
|
clientId: string;
|
79
78
|
clientPrivateKey: string;
|
80
79
|
clientSecret: string;
|
81
80
|
storeId: string;
|
82
81
|
};
|
82
|
+
paymentGateway: "REVENUE_MONSTER";
|
83
83
|
} | {
|
84
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
85
84
|
config: {
|
86
85
|
merchantId: string;
|
87
86
|
secretKey: string;
|
88
87
|
verifyKey: string;
|
89
88
|
};
|
89
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
90
90
|
} | {
|
91
|
-
paymentGateway: "MACAU_PASS";
|
92
91
|
config: {
|
93
92
|
merchantId: string;
|
94
93
|
merchantName: string;
|
@@ -96,11 +95,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
96
95
|
storeID: string;
|
97
96
|
storeName: string;
|
98
97
|
};
|
98
|
+
paymentGateway: "MACAU_PASS";
|
99
99
|
} | {
|
100
|
-
paymentGateway: "DIGIO";
|
101
100
|
config: {
|
102
101
|
merchantId: string;
|
103
102
|
};
|
103
|
+
paymentGateway: "DIGIO";
|
104
104
|
})[] | null | undefined;
|
105
105
|
ref?: any;
|
106
106
|
_id: string;
|
@@ -108,17 +108,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
108
108
|
store: {
|
109
109
|
bank?: {
|
110
110
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
111
|
-
accountNumber?: string | null | undefined;
|
112
111
|
holderName?: string | null | undefined;
|
112
|
+
accountNumber?: string | null | undefined;
|
113
113
|
name: string;
|
114
114
|
} | null | undefined;
|
115
115
|
ssm?: string | null | undefined;
|
116
116
|
bankStatement?: string | null | undefined;
|
117
117
|
exteriorPhoto?: string | null | undefined;
|
118
118
|
keyPerson?: {
|
119
|
+
email: string;
|
119
120
|
name: string;
|
120
121
|
phone: string;
|
121
|
-
email: string;
|
122
122
|
} | null | undefined;
|
123
123
|
id: string;
|
124
124
|
event: "ORDERING" | "MARKETING";
|
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
130
130
|
precision: number;
|
131
131
|
} | null | undefined;
|
132
132
|
tPlus?: number | null | undefined;
|
133
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
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" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
|
134
134
|
variant: string;
|
135
135
|
}[];
|
136
136
|
businessId: string;
|
@@ -5,29 +5,28 @@ 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";
|
8
9
|
config: {
|
9
10
|
gateway: string;
|
10
11
|
gatewayMerchantId: string;
|
11
12
|
};
|
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";
|
16
15
|
config: {
|
17
16
|
clientId: string;
|
18
17
|
clientPrivateKey: string;
|
19
18
|
clientSecret: string;
|
20
19
|
storeId: string;
|
21
20
|
};
|
21
|
+
paymentGateway: "REVENUE_MONSTER";
|
22
22
|
} | {
|
23
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
24
23
|
config: {
|
25
24
|
merchantId: string;
|
26
25
|
secretKey: string;
|
27
26
|
verifyKey: string;
|
28
27
|
};
|
28
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
29
29
|
} | {
|
30
|
-
paymentGateway: "MACAU_PASS";
|
31
30
|
config: {
|
32
31
|
merchantId: string;
|
33
32
|
merchantName: string;
|
@@ -35,11 +34,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
34
|
storeID: string;
|
36
35
|
storeName: string;
|
37
36
|
};
|
37
|
+
paymentGateway: "MACAU_PASS";
|
38
38
|
} | {
|
39
|
-
paymentGateway: "DIGIO";
|
40
39
|
config: {
|
41
40
|
merchantId: string;
|
42
41
|
};
|
42
|
+
paymentGateway: "DIGIO";
|
43
43
|
})[] | null | undefined;
|
44
44
|
gatewayOverride?: {
|
45
45
|
type?: string | null | undefined;
|
@@ -57,17 +57,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
57
57
|
store: {
|
58
58
|
bank?: {
|
59
59
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
60
|
-
accountNumber?: string | null | undefined;
|
61
60
|
holderName?: string | null | undefined;
|
61
|
+
accountNumber?: string | null | undefined;
|
62
62
|
name: string;
|
63
63
|
} | null | undefined;
|
64
64
|
ssm?: string | null | undefined;
|
65
65
|
bankStatement?: string | null | undefined;
|
66
66
|
exteriorPhoto?: string | null | undefined;
|
67
67
|
keyPerson?: {
|
68
|
+
email: string;
|
68
69
|
name: string;
|
69
70
|
phone: string;
|
70
|
-
email: string;
|
71
71
|
} | null | undefined;
|
72
72
|
id: string;
|
73
73
|
event: "ORDERING" | "MARKETING";
|
@@ -79,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
79
79
|
precision: number;
|
80
80
|
} | null | undefined;
|
81
81
|
tPlus?: number | null | undefined;
|
82
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
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" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
|
83
83
|
variant: string;
|
84
84
|
}[];
|
85
85
|
businessId: string;
|
@@ -92,29 +92,28 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
92
92
|
enable?: boolean | null | undefined;
|
93
93
|
tokens?: {
|
94
94
|
type: "googlePay";
|
95
|
+
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
95
96
|
config: {
|
96
97
|
gateway: string;
|
97
98
|
gatewayMerchantId: string;
|
98
99
|
};
|
99
|
-
gateway: "REVENUE_MONSTER" | "RAZER_MERCHANT_SERVICE" | "E_GHL" | "MACAU_PASS" | "GRAB" | "SOFTSPACE" | "DIGIO" | "GHL" | "MAYBANK" | "FEEDME" | "CASH" | "FEEDME_TERMINAL" | "MAYBANK2" | "NETS";
|
100
100
|
}[] | null | undefined;
|
101
101
|
gateways?: ({
|
102
|
-
paymentGateway: "REVENUE_MONSTER";
|
103
102
|
config: {
|
104
103
|
clientId: string;
|
105
104
|
clientPrivateKey: string;
|
106
105
|
clientSecret: string;
|
107
106
|
storeId: string;
|
108
107
|
};
|
108
|
+
paymentGateway: "REVENUE_MONSTER";
|
109
109
|
} | {
|
110
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
111
110
|
config: {
|
112
111
|
merchantId: string;
|
113
112
|
secretKey: string;
|
114
113
|
verifyKey: string;
|
115
114
|
};
|
115
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
116
116
|
} | {
|
117
|
-
paymentGateway: "MACAU_PASS";
|
118
117
|
config: {
|
119
118
|
merchantId: string;
|
120
119
|
merchantName: string;
|
@@ -122,11 +121,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
122
121
|
storeID: string;
|
123
122
|
storeName: string;
|
124
123
|
};
|
124
|
+
paymentGateway: "MACAU_PASS";
|
125
125
|
} | {
|
126
|
-
paymentGateway: "DIGIO";
|
127
126
|
config: {
|
128
127
|
merchantId: string;
|
129
128
|
};
|
129
|
+
paymentGateway: "DIGIO";
|
130
130
|
})[] | null | undefined;
|
131
131
|
gatewayOverride?: {
|
132
132
|
type?: string | null | undefined;
|
@@ -144,17 +144,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
144
144
|
store: {
|
145
145
|
bank?: {
|
146
146
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
147
|
-
accountNumber?: string | null | undefined;
|
148
147
|
holderName?: string | null | undefined;
|
148
|
+
accountNumber?: string | null | undefined;
|
149
149
|
name: string;
|
150
150
|
} | null | undefined;
|
151
151
|
ssm?: string | null | undefined;
|
152
152
|
bankStatement?: string | null | undefined;
|
153
153
|
exteriorPhoto?: string | null | undefined;
|
154
154
|
keyPerson?: {
|
155
|
+
email: string;
|
155
156
|
name: string;
|
156
157
|
phone: string;
|
157
|
-
email: string;
|
158
158
|
} | null | undefined;
|
159
159
|
id: string;
|
160
160
|
event: "ORDERING" | "MARKETING";
|
@@ -166,7 +166,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
166
166
|
precision: number;
|
167
167
|
} | null | undefined;
|
168
168
|
tPlus?: number | null | undefined;
|
169
|
-
issuer: "MACAU_PASS" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "OTHER" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "
|
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" | "CASH" | "JCB" | "DISCOVER" | "DINERS";
|
170
170
|
variant: string;
|
171
171
|
}[];
|
172
172
|
businessId: string;
|
@@ -3,17 +3,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
3
3
|
data: {
|
4
4
|
type: PropType<{
|
5
5
|
createdAt: Date;
|
6
|
+
remark?: string | null | undefined;
|
6
7
|
store?: {
|
7
8
|
id: string;
|
8
9
|
event: "ORDERING" | "MARKETING";
|
9
10
|
} | null | undefined;
|
10
|
-
remark?: string | null | undefined;
|
11
11
|
_id: string;
|
12
12
|
beneficiaryBank: {
|
13
|
-
name: string;
|
14
|
-
accountNumber: string;
|
15
13
|
holderName: string;
|
14
|
+
name: string;
|
16
15
|
swiftCode: string;
|
16
|
+
accountNumber: string;
|
17
17
|
};
|
18
18
|
totalAmount: {
|
19
19
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
@@ -40,17 +40,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
40
40
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
41
41
|
"row-click": (payment: {
|
42
42
|
createdAt: Date;
|
43
|
+
remark?: string | null | undefined;
|
43
44
|
store?: {
|
44
45
|
id: string;
|
45
46
|
event: "ORDERING" | "MARKETING";
|
46
47
|
} | null | undefined;
|
47
|
-
remark?: string | null | undefined;
|
48
48
|
_id: string;
|
49
49
|
beneficiaryBank: {
|
50
|
-
name: string;
|
51
|
-
accountNumber: string;
|
52
50
|
holderName: string;
|
51
|
+
name: string;
|
53
52
|
swiftCode: string;
|
53
|
+
accountNumber: string;
|
54
54
|
};
|
55
55
|
totalAmount: {
|
56
56
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
@@ -72,17 +72,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
72
72
|
data: {
|
73
73
|
type: PropType<{
|
74
74
|
createdAt: Date;
|
75
|
+
remark?: string | null | undefined;
|
75
76
|
store?: {
|
76
77
|
id: string;
|
77
78
|
event: "ORDERING" | "MARKETING";
|
78
79
|
} | null | undefined;
|
79
|
-
remark?: string | null | undefined;
|
80
80
|
_id: string;
|
81
81
|
beneficiaryBank: {
|
82
|
-
name: string;
|
83
|
-
accountNumber: string;
|
84
82
|
holderName: string;
|
83
|
+
name: string;
|
85
84
|
swiftCode: string;
|
85
|
+
accountNumber: string;
|
86
86
|
};
|
87
87
|
totalAmount: {
|
88
88
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
@@ -109,17 +109,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
109
109
|
}>> & Readonly<{
|
110
110
|
"onRow-click"?: ((payment: {
|
111
111
|
createdAt: Date;
|
112
|
+
remark?: string | null | undefined;
|
112
113
|
store?: {
|
113
114
|
id: string;
|
114
115
|
event: "ORDERING" | "MARKETING";
|
115
116
|
} | null | undefined;
|
116
|
-
remark?: string | null | undefined;
|
117
117
|
_id: string;
|
118
118
|
beneficiaryBank: {
|
119
|
-
name: string;
|
120
|
-
accountNumber: string;
|
121
119
|
holderName: string;
|
120
|
+
name: string;
|
122
121
|
swiftCode: string;
|
122
|
+
accountNumber: string;
|
123
123
|
};
|
124
124
|
totalAmount: {
|
125
125
|
currency: "AED" | "AFN" | "ALL" | "AMD" | "ANG" | "AOA" | "ARS" | "AUD" | "AWG" | "AZN" | "BAM" | "BBD" | "BDT" | "BGN" | "BHD" | "BIF" | "BMD" | "BND" | "BOB" | "BOV" | "BRL" | "BSD" | "BTN" | "BWP" | "BYN" | "BZD" | "CAD" | "CDF" | "CHE" | "CHF" | "CHW" | "CLF" | "CLP" | "CNY" | "COP" | "COU" | "CRC" | "CUC" | "CUP" | "CVE" | "CZK" | "DJF" | "DKK" | "DOP" | "DZD" | "EGP" | "ERN" | "ETB" | "EUR" | "FJD" | "FKP" | "GBP" | "GEL" | "GHS" | "GIP" | "GMD" | "GNF" | "GTQ" | "GYD" | "HKD" | "HNL" | "HRK" | "HTG" | "HUF" | "IDR" | "ILS" | "INR" | "IQD" | "IRR" | "ISK" | "JMD" | "JOD" | "JPY" | "KES" | "KGS" | "KHR" | "KMF" | "KPW" | "KRW" | "KWD" | "KYD" | "KZT" | "LAK" | "LBP" | "LKR" | "LRD" | "LSL" | "LYD" | "MAD" | "MDL" | "MGA" | "MKD" | "MMK" | "MNT" | "MOP" | "MRU" | "MUR" | "MVR" | "MWK" | "MXN" | "MXV" | "MYR" | "MZN" | "NAD" | "NGN" | "NIO" | "NOK" | "NPR" | "NZD" | "OMR" | "PAB" | "PEN" | "PGK" | "PHP" | "PKR" | "PLN" | "PYG" | "QAR" | "RON" | "RSD" | "RUB" | "RWF" | "SAR" | "SBD" | "SCR" | "SDG" | "SEK" | "SGD" | "SHP" | "SLL" | "SOS" | "SRD" | "SSP" | "STN" | "SVC" | "SYP" | "SZL" | "THB" | "TJS" | "TMT" | "TND" | "TOP" | "TRY" | "TTD" | "TWD" | "TZS" | "UAH" | "UGX" | "USD" | "USN" | "UYI" | "UYU" | "UYW" | "UZS" | "VES" | "VND" | "VUV" | "WST" | "XAF" | "XAG" | "XAU" | "XBA" | "XBB" | "XBC" | "XBD" | "XCD" | "XDR" | "XOF" | "XPD" | "XPF" | "XPT" | "XSU" | "XTS" | "XUA" | "XXX" | "YER" | "ZAR" | "ZMW" | "ZWL";
|
@@ -2,12 +2,12 @@ import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
terminal: {
|
4
4
|
type: PropType<{
|
5
|
-
secretKey?: string | null | undefined;
|
6
5
|
name?: string | null | undefined;
|
6
|
+
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
12
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
21
|
gateway: "FeedMe";
|
22
22
|
} | {
|
23
23
|
config?: {
|
24
|
-
merchantId: string;
|
25
24
|
terminalId: string;
|
25
|
+
merchantId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -40,12 +40,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
40
40
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
41
41
|
terminal: {
|
42
42
|
type: PropType<{
|
43
|
-
secretKey?: string | null | undefined;
|
44
43
|
name?: string | null | undefined;
|
44
|
+
secretKey?: string | null | undefined;
|
45
45
|
gateways?: {
|
46
46
|
config?: {
|
47
|
-
uniqueId: string;
|
48
47
|
packageId: string;
|
48
|
+
uniqueId: string;
|
49
49
|
} | null | undefined;
|
50
50
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
51
51
|
}[] | null | undefined;
|
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
59
59
|
gateway: "FeedMe";
|
60
60
|
} | {
|
61
61
|
config?: {
|
62
|
-
merchantId: string;
|
63
62
|
terminalId: string;
|
63
|
+
merchantId: string;
|
64
64
|
privateKey: string;
|
65
65
|
} | null | undefined;
|
66
66
|
gateway: "Ghl";
|
@@ -3,12 +3,12 @@ import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
4
|
terminal: {
|
5
5
|
type: PropType<{
|
6
|
-
secretKey?: string | null | undefined;
|
7
6
|
name?: string | null | undefined;
|
7
|
+
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
uniqueId: string;
|
11
10
|
packageId: string;
|
11
|
+
uniqueId: string;
|
12
12
|
} | null | undefined;
|
13
13
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
22
|
gateway: "FeedMe";
|
23
23
|
} | {
|
24
24
|
config?: {
|
25
|
-
merchantId: string;
|
26
25
|
terminalId: string;
|
26
|
+
merchantId: string;
|
27
27
|
privateKey: string;
|
28
28
|
} | null | undefined;
|
29
29
|
gateway: "Ghl";
|
@@ -46,12 +46,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
46
46
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
terminal: {
|
48
48
|
type: PropType<{
|
49
|
-
secretKey?: string | null | undefined;
|
50
49
|
name?: string | null | undefined;
|
50
|
+
secretKey?: string | null | undefined;
|
51
51
|
gateways?: {
|
52
52
|
config?: {
|
53
|
-
uniqueId: string;
|
54
53
|
packageId: string;
|
54
|
+
uniqueId: string;
|
55
55
|
} | null | undefined;
|
56
56
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
57
57
|
}[] | null | undefined;
|
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
65
65
|
gateway: "FeedMe";
|
66
66
|
} | {
|
67
67
|
config?: {
|
68
|
-
merchantId: string;
|
69
68
|
terminalId: string;
|
69
|
+
merchantId: string;
|
70
70
|
privateKey: string;
|
71
71
|
} | null | undefined;
|
72
72
|
gateway: "Ghl";
|
@@ -2,12 +2,12 @@ import type { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
terminal: {
|
4
4
|
type: PropType<{
|
5
|
-
secretKey?: string | null | undefined;
|
6
5
|
name?: string | null | undefined;
|
6
|
+
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
12
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
21
|
gateway: "FeedMe";
|
22
22
|
} | {
|
23
23
|
config?: {
|
24
|
-
merchantId: string;
|
25
24
|
terminalId: string;
|
25
|
+
merchantId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -41,12 +41,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
42
42
|
terminal: {
|
43
43
|
type: PropType<{
|
44
|
-
secretKey?: string | null | undefined;
|
45
44
|
name?: string | null | undefined;
|
45
|
+
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
uniqueId: string;
|
49
48
|
packageId: string;
|
49
|
+
uniqueId: string;
|
50
50
|
} | null | undefined;
|
51
51
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
60
60
|
gateway: "FeedMe";
|
61
61
|
} | {
|
62
62
|
config?: {
|
63
|
-
merchantId: string;
|
64
63
|
terminalId: string;
|
64
|
+
merchantId: string;
|
65
65
|
privateKey: string;
|
66
66
|
} | null | undefined;
|
67
67
|
gateway: "Ghl";
|
@@ -2,12 +2,12 @@ import { type PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
3
3
|
terminal: {
|
4
4
|
type: PropType<{
|
5
|
-
secretKey?: string | null | undefined;
|
6
5
|
name?: string | null | undefined;
|
6
|
+
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
uniqueId: string;
|
10
9
|
packageId: string;
|
10
|
+
uniqueId: string;
|
11
11
|
} | null | undefined;
|
12
12
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
@@ -21,8 +21,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
21
21
|
gateway: "FeedMe";
|
22
22
|
} | {
|
23
23
|
config?: {
|
24
|
-
merchantId: string;
|
25
24
|
terminalId: string;
|
25
|
+
merchantId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -41,12 +41,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
41
41
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
42
42
|
terminal: {
|
43
43
|
type: PropType<{
|
44
|
-
secretKey?: string | null | undefined;
|
45
44
|
name?: string | null | undefined;
|
45
|
+
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
uniqueId: string;
|
49
48
|
packageId: string;
|
49
|
+
uniqueId: string;
|
50
50
|
} | null | undefined;
|
51
51
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
@@ -60,8 +60,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
60
60
|
gateway: "FeedMe";
|
61
61
|
} | {
|
62
62
|
config?: {
|
63
|
-
merchantId: string;
|
64
63
|
terminalId: string;
|
64
|
+
merchantId: string;
|
65
65
|
privateKey: string;
|
66
66
|
} | null | undefined;
|
67
67
|
gateway: "Ghl";
|
@@ -3,12 +3,12 @@ import { type PropType } from 'vue';
|
|
3
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
4
4
|
terminal: {
|
5
5
|
type: PropType<{
|
6
|
-
secretKey?: string | null | undefined;
|
7
6
|
name?: string | null | undefined;
|
7
|
+
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
uniqueId: string;
|
11
10
|
packageId: string;
|
11
|
+
uniqueId: string;
|
12
12
|
} | null | undefined;
|
13
13
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
@@ -22,8 +22,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
22
22
|
gateway: "FeedMe";
|
23
23
|
} | {
|
24
24
|
config?: {
|
25
|
-
merchantId: string;
|
26
25
|
terminalId: string;
|
26
|
+
merchantId: string;
|
27
27
|
privateKey: string;
|
28
28
|
} | null | undefined;
|
29
29
|
gateway: "Ghl";
|
@@ -46,12 +46,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
46
46
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
terminal: {
|
48
48
|
type: PropType<{
|
49
|
-
secretKey?: string | null | undefined;
|
50
49
|
name?: string | null | undefined;
|
50
|
+
secretKey?: string | null | undefined;
|
51
51
|
gateways?: {
|
52
52
|
config?: {
|
53
|
-
uniqueId: string;
|
54
53
|
packageId: string;
|
54
|
+
uniqueId: string;
|
55
55
|
} | null | undefined;
|
56
56
|
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "Maybank" | "Maybank2" | "ScanPay" | "QrPay" | "Cash" | "Softspace";
|
57
57
|
}[] | null | undefined;
|
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
65
65
|
gateway: "FeedMe";
|
66
66
|
} | {
|
67
67
|
config?: {
|
68
|
-
merchantId: string;
|
69
68
|
terminalId: string;
|
69
|
+
merchantId: string;
|
70
70
|
privateKey: string;
|
71
71
|
} | null | undefined;
|
72
72
|
gateway: "Ghl";
|