@feedmepos/mf-payment 1.2.24 → 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-BqU7JimC.js → PayoutAccount-C4zN4xMw.js} +10 -11
- package/dist/{PayoutAccount-DhOFhZWz.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-DhROxvFc.js → app-CU7mklRE.js} +143 -143
- 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-BV6hCywT.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
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
packageId: string;
|
10
9
|
uniqueId: string;
|
10
|
+
packageId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | 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
|
-
terminalId: string;
|
25
24
|
merchantId: string;
|
25
|
+
terminalId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -44,10 +44,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
44
44
|
secretKey?: string | null | undefined;
|
45
45
|
gateways?: {
|
46
46
|
config?: {
|
47
|
-
packageId: string;
|
48
47
|
uniqueId: string;
|
48
|
+
packageId: string;
|
49
49
|
} | null | undefined;
|
50
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
50
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
51
51
|
}[] | null | undefined;
|
52
52
|
deviceId?: string | null | undefined;
|
53
53
|
bindCode?: string | 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
|
-
terminalId: string;
|
63
62
|
merchantId: string;
|
63
|
+
terminalId: string;
|
64
64
|
privateKey: string;
|
65
65
|
} | null | undefined;
|
66
66
|
gateway: "Ghl";
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
packageId: string;
|
11
10
|
uniqueId: string;
|
11
|
+
packageId: string;
|
12
12
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
13
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
15
15
|
deviceId?: string | null | undefined;
|
16
16
|
bindCode?: string | 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
|
-
terminalId: string;
|
26
25
|
merchantId: string;
|
26
|
+
terminalId: string;
|
27
27
|
privateKey: string;
|
28
28
|
} | null | undefined;
|
29
29
|
gateway: "Ghl";
|
@@ -50,10 +50,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
50
|
secretKey?: string | null | undefined;
|
51
51
|
gateways?: {
|
52
52
|
config?: {
|
53
|
-
packageId: string;
|
54
53
|
uniqueId: string;
|
54
|
+
packageId: string;
|
55
55
|
} | null | undefined;
|
56
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
56
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
57
57
|
}[] | null | undefined;
|
58
58
|
deviceId?: string | null | undefined;
|
59
59
|
bindCode?: string | 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
|
-
terminalId: string;
|
69
68
|
merchantId: string;
|
69
|
+
terminalId: string;
|
70
70
|
privateKey: string;
|
71
71
|
} | null | undefined;
|
72
72
|
gateway: "Ghl";
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
packageId: string;
|
10
9
|
uniqueId: string;
|
10
|
+
packageId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | 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
|
-
terminalId: string;
|
25
24
|
merchantId: string;
|
25
|
+
terminalId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
packageId: string;
|
49
48
|
uniqueId: string;
|
49
|
+
packageId: string;
|
50
50
|
} | null | undefined;
|
51
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
51
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
53
53
|
deviceId?: string | null | undefined;
|
54
54
|
bindCode?: string | 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
|
-
terminalId: string;
|
64
63
|
merchantId: string;
|
64
|
+
terminalId: string;
|
65
65
|
privateKey: string;
|
66
66
|
} | null | undefined;
|
67
67
|
gateway: "Ghl";
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
packageId: string;
|
10
9
|
uniqueId: string;
|
10
|
+
packageId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | 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
|
-
terminalId: string;
|
25
24
|
merchantId: string;
|
25
|
+
terminalId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
packageId: string;
|
49
48
|
uniqueId: string;
|
49
|
+
packageId: string;
|
50
50
|
} | null | undefined;
|
51
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
51
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
53
53
|
deviceId?: string | null | undefined;
|
54
54
|
bindCode?: string | 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
|
-
terminalId: string;
|
64
63
|
merchantId: string;
|
64
|
+
terminalId: string;
|
65
65
|
privateKey: string;
|
66
66
|
} | null | undefined;
|
67
67
|
gateway: "Ghl";
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
packageId: string;
|
11
10
|
uniqueId: string;
|
11
|
+
packageId: string;
|
12
12
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
13
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
15
15
|
deviceId?: string | null | undefined;
|
16
16
|
bindCode?: string | 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
|
-
terminalId: string;
|
26
25
|
merchantId: string;
|
26
|
+
terminalId: string;
|
27
27
|
privateKey: string;
|
28
28
|
} | null | undefined;
|
29
29
|
gateway: "Ghl";
|
@@ -50,10 +50,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
50
|
secretKey?: string | null | undefined;
|
51
51
|
gateways?: {
|
52
52
|
config?: {
|
53
|
-
packageId: string;
|
54
53
|
uniqueId: string;
|
54
|
+
packageId: string;
|
55
55
|
} | null | undefined;
|
56
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
56
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
57
57
|
}[] | null | undefined;
|
58
58
|
deviceId?: string | null | undefined;
|
59
59
|
bindCode?: string | 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
|
-
terminalId: string;
|
69
68
|
merchantId: string;
|
69
|
+
terminalId: string;
|
70
70
|
privateKey: string;
|
71
71
|
} | null | undefined;
|
72
72
|
gateway: "Ghl";
|
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
7
7
|
secretKey?: string | null | undefined;
|
8
8
|
gateways?: {
|
9
9
|
config?: {
|
10
|
-
packageId: string;
|
11
10
|
uniqueId: string;
|
11
|
+
packageId: string;
|
12
12
|
} | null | undefined;
|
13
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
13
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
14
14
|
}[] | null | undefined;
|
15
15
|
deviceId?: string | null | undefined;
|
16
16
|
bindCode?: string | 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
|
-
terminalId: string;
|
26
25
|
merchantId: string;
|
26
|
+
terminalId: string;
|
27
27
|
privateKey: string;
|
28
28
|
} | null | undefined;
|
29
29
|
/**__VLS_emit,__VLS_9,validationSuccess*/
|
@@ -51,10 +51,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
51
51
|
secretKey?: string | null | undefined;
|
52
52
|
gateways?: {
|
53
53
|
config?: {
|
54
|
-
packageId: string;
|
55
54
|
uniqueId: string;
|
55
|
+
packageId: string;
|
56
56
|
} | null | undefined;
|
57
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
57
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
58
58
|
}[] | null | undefined;
|
59
59
|
deviceId?: string | null | undefined;
|
60
60
|
bindCode?: string | null | undefined;
|
@@ -66,8 +66,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
66
66
|
gateway: "FeedMe";
|
67
67
|
} | {
|
68
68
|
config?: {
|
69
|
-
terminalId: string;
|
70
69
|
merchantId: string;
|
70
|
+
terminalId: string;
|
71
71
|
privateKey: string;
|
72
72
|
} | null | undefined;
|
73
73
|
/**__VLS_emit,__VLS_9,validationSuccess*/
|
@@ -6,10 +6,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
6
6
|
secretKey?: string | null | undefined;
|
7
7
|
gateways?: {
|
8
8
|
config?: {
|
9
|
-
packageId: string;
|
10
9
|
uniqueId: string;
|
10
|
+
packageId: string;
|
11
11
|
} | null | undefined;
|
12
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
12
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
13
13
|
}[] | null | undefined;
|
14
14
|
deviceId?: string | null | undefined;
|
15
15
|
bindCode?: string | 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
|
-
terminalId: string;
|
25
24
|
merchantId: string;
|
25
|
+
terminalId: string;
|
26
26
|
privateKey: string;
|
27
27
|
} | null | undefined;
|
28
28
|
gateway: "Ghl";
|
@@ -45,10 +45,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
45
45
|
secretKey?: string | null | undefined;
|
46
46
|
gateways?: {
|
47
47
|
config?: {
|
48
|
-
packageId: string;
|
49
48
|
uniqueId: string;
|
49
|
+
packageId: string;
|
50
50
|
} | null | undefined;
|
51
|
-
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "
|
51
|
+
gateway: "Fiuu" | "Digio" | "Ghl" | "Nets" | "ScanPay" | "QrPay" | "Maybank" | "Maybank2" | "Cash" | "Softspace";
|
52
52
|
}[] | null | undefined;
|
53
53
|
deviceId?: string | null | undefined;
|
54
54
|
bindCode?: string | 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
|
-
terminalId: string;
|
64
63
|
merchantId: string;
|
64
|
+
terminalId: string;
|
65
65
|
privateKey: string;
|
66
66
|
} | null | undefined;
|
67
67
|
gateway: "Ghl";
|
@@ -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;
|
@@ -76,21 +77,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
76
77
|
"row-click": (payment: {
|
77
78
|
enable?: boolean | null | undefined;
|
78
79
|
gateways?: ({
|
80
|
+
paymentGateway: "REVENUE_MONSTER";
|
79
81
|
config: {
|
80
82
|
clientId: string;
|
81
83
|
clientPrivateKey: string;
|
82
84
|
clientSecret: string;
|
83
85
|
storeId: string;
|
84
86
|
};
|
85
|
-
paymentGateway: "REVENUE_MONSTER";
|
86
87
|
} | {
|
88
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
87
89
|
config: {
|
88
90
|
merchantId: string;
|
89
91
|
secretKey: string;
|
90
92
|
verifyKey: string;
|
91
93
|
};
|
92
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
93
94
|
} | {
|
95
|
+
paymentGateway: "MACAU_PASS";
|
94
96
|
config: {
|
95
97
|
merchantId: string;
|
96
98
|
merchantName: string;
|
@@ -98,42 +100,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
98
100
|
storeID: string;
|
99
101
|
storeName: string;
|
100
102
|
};
|
101
|
-
paymentGateway: "MACAU_PASS";
|
102
103
|
} | {
|
104
|
+
paymentGateway: "DIGIO";
|
103
105
|
config: {
|
104
106
|
merchantId: string;
|
107
|
+
cardMerchantId: string;
|
105
108
|
};
|
106
|
-
paymentGateway: "DIGIO";
|
107
109
|
})[] | null | undefined;
|
108
110
|
ref?: any;
|
109
|
-
_id: string;
|
110
111
|
status: "NEW" | "PENDING" | "APPROVED";
|
112
|
+
_id: string;
|
113
|
+
notifyUrl: string;
|
111
114
|
store: {
|
112
115
|
bank?: {
|
113
116
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
114
|
-
holderName?: string | null | undefined;
|
115
117
|
accountNumber?: string | null | undefined;
|
118
|
+
holderName?: string | null | undefined;
|
116
119
|
name: string;
|
117
120
|
} | null | undefined;
|
118
|
-
ssm?: string | null | undefined;
|
119
121
|
bankStatement?: string | null | undefined;
|
122
|
+
ssm?: string | null | undefined;
|
120
123
|
exteriorPhoto?: string | null | undefined;
|
121
124
|
keyPerson?: {
|
122
|
-
email: string;
|
123
125
|
name: string;
|
124
126
|
phone: string;
|
127
|
+
email: string;
|
125
128
|
} | null | undefined;
|
126
129
|
id: string;
|
127
130
|
event: "ORDERING" | "MARKETING";
|
128
131
|
};
|
129
|
-
notifyUrl: string;
|
130
132
|
methods: {
|
131
133
|
rate?: {
|
132
134
|
amount: number;
|
133
135
|
precision: number;
|
134
136
|
} | null | undefined;
|
135
137
|
tPlus?: number | null | undefined;
|
136
|
-
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" | "
|
138
|
+
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";
|
137
139
|
variant: string;
|
138
140
|
}[];
|
139
141
|
businessId: string;
|
@@ -143,21 +145,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
143
145
|
type: PropType<{
|
144
146
|
enable?: boolean | null | undefined;
|
145
147
|
gateways?: ({
|
148
|
+
paymentGateway: "REVENUE_MONSTER";
|
146
149
|
config: {
|
147
150
|
clientId: string;
|
148
151
|
clientPrivateKey: string;
|
149
152
|
clientSecret: string;
|
150
153
|
storeId: string;
|
151
154
|
};
|
152
|
-
paymentGateway: "REVENUE_MONSTER";
|
153
155
|
} | {
|
156
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
154
157
|
config: {
|
155
158
|
merchantId: string;
|
156
159
|
secretKey: string;
|
157
160
|
verifyKey: string;
|
158
161
|
};
|
159
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
160
162
|
} | {
|
163
|
+
paymentGateway: "MACAU_PASS";
|
161
164
|
config: {
|
162
165
|
merchantId: string;
|
163
166
|
merchantName: string;
|
@@ -165,42 +168,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
165
168
|
storeID: string;
|
166
169
|
storeName: string;
|
167
170
|
};
|
168
|
-
paymentGateway: "MACAU_PASS";
|
169
171
|
} | {
|
172
|
+
paymentGateway: "DIGIO";
|
170
173
|
config: {
|
171
174
|
merchantId: string;
|
175
|
+
cardMerchantId: string;
|
172
176
|
};
|
173
|
-
paymentGateway: "DIGIO";
|
174
177
|
})[] | null | undefined;
|
175
178
|
ref?: any;
|
176
|
-
_id: string;
|
177
179
|
status: "NEW" | "PENDING" | "APPROVED";
|
180
|
+
_id: string;
|
181
|
+
notifyUrl: string;
|
178
182
|
store: {
|
179
183
|
bank?: {
|
180
184
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
181
|
-
holderName?: string | null | undefined;
|
182
185
|
accountNumber?: string | null | undefined;
|
186
|
+
holderName?: string | null | undefined;
|
183
187
|
name: string;
|
184
188
|
} | null | undefined;
|
185
|
-
ssm?: string | null | undefined;
|
186
189
|
bankStatement?: string | null | undefined;
|
190
|
+
ssm?: string | null | undefined;
|
187
191
|
exteriorPhoto?: string | null | undefined;
|
188
192
|
keyPerson?: {
|
189
|
-
email: string;
|
190
193
|
name: string;
|
191
194
|
phone: string;
|
195
|
+
email: string;
|
192
196
|
} | null | undefined;
|
193
197
|
id: string;
|
194
198
|
event: "ORDERING" | "MARKETING";
|
195
199
|
};
|
196
|
-
notifyUrl: string;
|
197
200
|
methods: {
|
198
201
|
rate?: {
|
199
202
|
amount: number;
|
200
203
|
precision: number;
|
201
204
|
} | null | undefined;
|
202
205
|
tPlus?: number | null | undefined;
|
203
|
-
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" | "
|
206
|
+
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";
|
204
207
|
variant: string;
|
205
208
|
}[];
|
206
209
|
businessId: string;
|
@@ -215,21 +218,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
215
218
|
"onRow-click"?: ((payment: {
|
216
219
|
enable?: boolean | null | undefined;
|
217
220
|
gateways?: ({
|
221
|
+
paymentGateway: "REVENUE_MONSTER";
|
218
222
|
config: {
|
219
223
|
clientId: string;
|
220
224
|
clientPrivateKey: string;
|
221
225
|
clientSecret: string;
|
222
226
|
storeId: string;
|
223
227
|
};
|
224
|
-
paymentGateway: "REVENUE_MONSTER";
|
225
228
|
} | {
|
229
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
226
230
|
config: {
|
227
231
|
merchantId: string;
|
228
232
|
secretKey: string;
|
229
233
|
verifyKey: string;
|
230
234
|
};
|
231
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
232
235
|
} | {
|
236
|
+
paymentGateway: "MACAU_PASS";
|
233
237
|
config: {
|
234
238
|
merchantId: string;
|
235
239
|
merchantName: string;
|
@@ -237,42 +241,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
237
241
|
storeID: string;
|
238
242
|
storeName: string;
|
239
243
|
};
|
240
|
-
paymentGateway: "MACAU_PASS";
|
241
244
|
} | {
|
245
|
+
paymentGateway: "DIGIO";
|
242
246
|
config: {
|
243
247
|
merchantId: string;
|
248
|
+
cardMerchantId: string;
|
244
249
|
};
|
245
|
-
paymentGateway: "DIGIO";
|
246
250
|
})[] | null | undefined;
|
247
251
|
ref?: any;
|
248
|
-
_id: string;
|
249
252
|
status: "NEW" | "PENDING" | "APPROVED";
|
253
|
+
_id: string;
|
254
|
+
notifyUrl: string;
|
250
255
|
store: {
|
251
256
|
bank?: {
|
252
257
|
type?: "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | "OTHER" | null | undefined;
|
253
|
-
holderName?: string | null | undefined;
|
254
258
|
accountNumber?: string | null | undefined;
|
259
|
+
holderName?: string | null | undefined;
|
255
260
|
name: string;
|
256
261
|
} | null | undefined;
|
257
|
-
ssm?: string | null | undefined;
|
258
262
|
bankStatement?: string | null | undefined;
|
263
|
+
ssm?: string | null | undefined;
|
259
264
|
exteriorPhoto?: string | null | undefined;
|
260
265
|
keyPerson?: {
|
261
|
-
email: string;
|
262
266
|
name: string;
|
263
267
|
phone: string;
|
268
|
+
email: string;
|
264
269
|
} | null | undefined;
|
265
270
|
id: string;
|
266
271
|
event: "ORDERING" | "MARKETING";
|
267
272
|
};
|
268
|
-
notifyUrl: string;
|
269
273
|
methods: {
|
270
274
|
rate?: {
|
271
275
|
amount: number;
|
272
276
|
precision: number;
|
273
277
|
} | null | undefined;
|
274
278
|
tPlus?: number | null | undefined;
|
275
|
-
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" | "
|
279
|
+
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";
|
276
280
|
variant: string;
|
277
281
|
}[];
|
278
282
|
businessId: string;
|