@feedmepos/mf-payment 1.0.4-beta.1 → 1.0.4-beta.2
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-DBhxJpFQ.js → PayoutAccount-CUcmLnpF.js} +5 -5
- package/dist/{PayoutAccount-Dy-eEx08.js → PayoutAccount-K-clfaW8.js} +3 -3
- package/dist/{PayoutAccountSetting-BaRtIsKY.js → PayoutAccountSetting-B1uLo7gi.js} +4 -4
- package/dist/{Restaurant-CQsEnEZr.js → Restaurant-D5L8pG25.js} +3 -3
- package/dist/{RestaurantSetting-D-cBpybz.js → RestaurantSetting-Dx0fPDEn.js} +4 -4
- package/dist/{Settlement-SSy8FZgq.js → Settlement-BGueDfpI.js} +3 -3
- package/dist/{Settlement-B3CKERls.js → Settlement-D0nuXQMV.js} +3 -3
- package/dist/{SettlementTransactions-hB3JKgE5.js → SettlementTransactions-DW8-tVPe.js} +4 -4
- package/dist/{SettlementTransactions-BkH69jUI.js → SettlementTransactions-Dsnpidi1.js} +4 -4
- package/dist/{Terminal-DaCXiq41.js → Terminal-BkhqmKjN.js} +4 -4
- package/dist/{TerminalSetting-BltsUaiq.js → TerminalSetting-CrpB7DIV.js} +3 -3
- package/dist/{TerminalTransaction-EYjZZ_w_.js → TerminalTransaction-2E_8keFp.js} +39 -34
- package/dist/{TerminalTransaction-DC0asF22.js → TerminalTransaction-BGy4ABmm.js} +5 -5
- package/dist/{Transaction-DJo1HsrU.js → Transaction-DFqANzFa.js} +4 -4
- package/dist/{Transaction-DBGFZ03y.js → Transaction-izWqPmdQ.js} +5 -5
- package/dist/{app-D0XKYcX9.js → app-DPCnmmmg.js} +137 -137
- package/dist/app.js +1 -1
- package/dist/{assets-CtxhVAqn.js → assets-NM2zCyV8.js} +1 -1
- package/dist/{index-D2L_rQB_.js → index-B5pmhl4r.js} +1 -1
- package/dist/{index-l8-xPUow.js → index-BWpuTiNy.js} +1 -1
- package/dist/{index-6-EWa9pE.js → index-BbPdddp2.js} +1 -1
- package/dist/{index-BO5zewDS.js → index-Bl77l-UI.js} +8538 -8514
- package/dist/{index-BSWqm4n5.js → index-BpclEVci.js} +1 -1
- package/dist/{index-5sP9T4Lq.js → index-CZv4Ucw7.js} +1 -1
- package/dist/{index-TG70bysm.js → index-DfC2cb6i.js} +1 -1
- package/dist/{index-D-6CKdYb.js → index-DffVv67M.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-CmDoWsi3.js → index.vue_vue_type_script_setup_true_lang-Bm7Wybo3.js} +1 -1
- package/dist/model/payout-account.d.ts +1 -1
- package/dist/package.json +2 -2
- package/dist/{payout-account-DvLt0SFL.js → payout-account-DpAKpX1a.js} +2 -2
- package/dist/stores/payoutAccount.d.ts +4 -4
- package/dist/{transaction-DiuoGMjE.js → transaction-13xSmWg9.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/admin/payout-account/tabs/Information.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/PaymentGateway.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/PaymentStatus.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/Settlement.vue.d.ts +4 -4
- package/dist/views/admin/payout-account/tabs/gateway/FiuuGateway.vue.d.ts +8 -8
- package/dist/views/admin/payout-account/tabs/gateway/GhlGateway.vue.d.ts +8 -8
- package/dist/views/admin/payout-account/tabs/gateway/RevenueMonsterGateway.vue.d.ts +6 -6
- package/dist/views/admin/restaurant/tabs/PaymentGateway.vue.d.ts +2 -2
- 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/RevenueMonsterGateway.vue.d.ts +6 -6
- package/dist/views/admin/terminal/TerminalDialog.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/FiuuGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/GhlGateway.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/Information.vue.d.ts +2 -2
- package/dist/views/admin/terminal/tabs/TerminalGateway.vue.d.ts +2 -2
- package/dist/views/payout-account/PayoutAccountTable.vue.d.ts +8 -8
- package/package.json +2 -2
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
name: string;
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
precision: number;
|
32
32
|
} | null | undefined;
|
33
33
|
tPlus?: number | null | undefined;
|
34
|
-
issuer: "OTHER" | "
|
34
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
35
35
|
variant: string;
|
36
36
|
}[];
|
37
37
|
businessId: string;
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
47
|
_id: string;
|
48
48
|
store: {
|
49
49
|
bank?: {
|
50
|
-
type?: "
|
50
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
51
51
|
accountNumber?: string | null | undefined;
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
name: string;
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
70
70
|
precision: number;
|
71
71
|
} | null | undefined;
|
72
72
|
tPlus?: number | null | undefined;
|
73
|
-
issuer: "OTHER" | "
|
73
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
74
74
|
variant: string;
|
75
75
|
}[];
|
76
76
|
businessId: string;
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
name: string;
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
precision: number;
|
32
32
|
} | null | undefined;
|
33
33
|
tPlus?: number | null | undefined;
|
34
|
-
issuer: "OTHER" | "
|
34
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
35
35
|
variant: string;
|
36
36
|
}[];
|
37
37
|
businessId: string;
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
47
|
_id: string;
|
48
48
|
store: {
|
49
49
|
bank?: {
|
50
|
-
type?: "
|
50
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
51
51
|
accountNumber?: string | null | undefined;
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
name: string;
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
70
70
|
precision: number;
|
71
71
|
} | null | undefined;
|
72
72
|
tPlus?: number | null | undefined;
|
73
|
-
issuer: "OTHER" | "
|
73
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
74
74
|
variant: string;
|
75
75
|
}[];
|
76
76
|
businessId: string;
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
13
13
|
_id: string;
|
14
14
|
store: {
|
15
15
|
bank?: {
|
16
|
-
type?: "
|
16
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
17
17
|
accountNumber?: string | null | undefined;
|
18
18
|
holderName?: string | null | undefined;
|
19
19
|
name: string;
|
@@ -36,7 +36,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
precision: number;
|
37
37
|
} | null | undefined;
|
38
38
|
tPlus?: number | null | undefined;
|
39
|
-
issuer: "OTHER" | "
|
39
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
40
40
|
variant: string;
|
41
41
|
}[];
|
42
42
|
businessId: string;
|
@@ -56,7 +56,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
56
56
|
_id: string;
|
57
57
|
store: {
|
58
58
|
bank?: {
|
59
|
-
type?: "
|
59
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
60
60
|
accountNumber?: string | null | undefined;
|
61
61
|
holderName?: string | null | undefined;
|
62
62
|
name: string;
|
@@ -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: "OTHER" | "
|
82
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
83
83
|
variant: string;
|
84
84
|
}[];
|
85
85
|
businessId: string;
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
name: string;
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
precision: number;
|
32
32
|
} | null | undefined;
|
33
33
|
tPlus?: number | null | undefined;
|
34
|
-
issuer: "OTHER" | "
|
34
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
35
35
|
variant: string;
|
36
36
|
}[];
|
37
37
|
businessId: string;
|
@@ -47,7 +47,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
47
47
|
_id: string;
|
48
48
|
store: {
|
49
49
|
bank?: {
|
50
|
-
type?: "
|
50
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
51
51
|
accountNumber?: string | null | undefined;
|
52
52
|
holderName?: string | null | undefined;
|
53
53
|
name: string;
|
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
70
70
|
precision: number;
|
71
71
|
} | null | undefined;
|
72
72
|
tPlus?: number | null | undefined;
|
73
|
-
issuer: "OTHER" | "
|
73
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
74
74
|
variant: string;
|
75
75
|
}[];
|
76
76
|
businessId: string;
|
@@ -12,17 +12,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
_rev: string;
|
16
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
17
|
+
active: boolean;
|
15
18
|
config: {
|
16
19
|
applicationCode?: string | null | undefined;
|
17
20
|
offlineSecret?: string | null | undefined;
|
18
|
-
merchantId: string;
|
19
21
|
uniqueId: string;
|
22
|
+
merchantId: string;
|
20
23
|
secretKey: string;
|
21
24
|
verifyKey: string;
|
22
25
|
};
|
23
|
-
_rev: string;
|
24
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
25
|
-
active: boolean;
|
26
26
|
} | undefined>;
|
27
27
|
required: true;
|
28
28
|
};
|
@@ -38,17 +38,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
38
38
|
gateway: {
|
39
39
|
type: PropType<{
|
40
40
|
_id: string;
|
41
|
+
_rev: string;
|
42
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
43
|
+
active: boolean;
|
41
44
|
config: {
|
42
45
|
applicationCode?: string | null | undefined;
|
43
46
|
offlineSecret?: string | null | undefined;
|
44
|
-
merchantId: string;
|
45
47
|
uniqueId: string;
|
48
|
+
merchantId: string;
|
46
49
|
secretKey: string;
|
47
50
|
verifyKey: string;
|
48
51
|
};
|
49
|
-
_rev: string;
|
50
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
51
|
-
active: boolean;
|
52
52
|
} | undefined>;
|
53
53
|
required: true;
|
54
54
|
};
|
@@ -12,14 +12,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
_rev: string;
|
16
|
+
paymentGateway: "E_GHL";
|
17
|
+
active: boolean;
|
15
18
|
config: {
|
16
|
-
merchantId: string;
|
17
19
|
terminalId: string;
|
20
|
+
merchantId: string;
|
18
21
|
privateKey: string;
|
19
22
|
};
|
20
|
-
_rev: string;
|
21
|
-
paymentGateway: "E_GHL";
|
22
|
-
active: boolean;
|
23
23
|
} | undefined>;
|
24
24
|
required: true;
|
25
25
|
};
|
@@ -35,14 +35,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
gateway: {
|
36
36
|
type: PropType<{
|
37
37
|
_id: string;
|
38
|
+
_rev: string;
|
39
|
+
paymentGateway: "E_GHL";
|
40
|
+
active: boolean;
|
38
41
|
config: {
|
39
|
-
merchantId: string;
|
40
42
|
terminalId: string;
|
43
|
+
merchantId: string;
|
41
44
|
privateKey: string;
|
42
45
|
};
|
43
|
-
_rev: string;
|
44
|
-
paymentGateway: "E_GHL";
|
45
|
-
active: boolean;
|
46
46
|
} | undefined>;
|
47
47
|
required: true;
|
48
48
|
};
|
@@ -12,15 +12,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
_rev: string;
|
16
|
+
paymentGateway: "REVENUE_MONSTER";
|
17
|
+
active: boolean;
|
15
18
|
config: {
|
16
19
|
clientId: string;
|
17
20
|
clientPrivateKey: string;
|
18
21
|
clientSecret: string;
|
19
22
|
storeId: string;
|
20
23
|
};
|
21
|
-
_rev: string;
|
22
|
-
paymentGateway: "REVENUE_MONSTER";
|
23
|
-
active: boolean;
|
24
24
|
} | undefined>;
|
25
25
|
required: true;
|
26
26
|
};
|
@@ -36,15 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
gateway: {
|
37
37
|
type: PropType<{
|
38
38
|
_id: string;
|
39
|
+
_rev: string;
|
40
|
+
paymentGateway: "REVENUE_MONSTER";
|
41
|
+
active: boolean;
|
39
42
|
config: {
|
40
43
|
clientId: string;
|
41
44
|
clientPrivateKey: string;
|
42
45
|
clientSecret: string;
|
43
46
|
storeId: string;
|
44
47
|
};
|
45
|
-
_rev: string;
|
46
|
-
paymentGateway: "REVENUE_MONSTER";
|
47
|
-
active: boolean;
|
48
48
|
} | undefined>;
|
49
49
|
required: true;
|
50
50
|
};
|
@@ -231,7 +231,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
231
231
|
enable: boolean;
|
232
232
|
methods: {
|
233
233
|
variant: string;
|
234
|
-
issuer: "OTHER" | "
|
234
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
235
235
|
rate: {
|
236
236
|
amount: number;
|
237
237
|
precision: number;
|
@@ -631,7 +631,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
631
631
|
enable: boolean;
|
632
632
|
methods: {
|
633
633
|
variant: string;
|
634
|
-
issuer: "OTHER" | "
|
634
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME";
|
635
635
|
rate: {
|
636
636
|
amount: number;
|
637
637
|
precision: number;
|
@@ -12,17 +12,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
_rev: string;
|
16
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
17
|
+
active: boolean;
|
15
18
|
config: {
|
16
19
|
applicationCode?: string | null | undefined;
|
17
20
|
offlineSecret?: string | null | undefined;
|
18
|
-
merchantId: string;
|
19
21
|
uniqueId: string;
|
22
|
+
merchantId: string;
|
20
23
|
secretKey: string;
|
21
24
|
verifyKey: string;
|
22
25
|
};
|
23
|
-
_rev: string;
|
24
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
25
|
-
active: boolean;
|
26
26
|
} | undefined>;
|
27
27
|
required: true;
|
28
28
|
};
|
@@ -38,17 +38,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
38
38
|
gateway: {
|
39
39
|
type: PropType<{
|
40
40
|
_id: string;
|
41
|
+
_rev: string;
|
42
|
+
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
43
|
+
active: boolean;
|
41
44
|
config: {
|
42
45
|
applicationCode?: string | null | undefined;
|
43
46
|
offlineSecret?: string | null | undefined;
|
44
|
-
merchantId: string;
|
45
47
|
uniqueId: string;
|
48
|
+
merchantId: string;
|
46
49
|
secretKey: string;
|
47
50
|
verifyKey: string;
|
48
51
|
};
|
49
|
-
_rev: string;
|
50
|
-
paymentGateway: "RAZER_MERCHANT_SERVICE";
|
51
|
-
active: boolean;
|
52
52
|
} | undefined>;
|
53
53
|
required: true;
|
54
54
|
};
|
@@ -12,14 +12,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
_rev: string;
|
16
|
+
paymentGateway: "E_GHL";
|
17
|
+
active: boolean;
|
15
18
|
config: {
|
16
|
-
merchantId: string;
|
17
19
|
terminalId: string;
|
20
|
+
merchantId: string;
|
18
21
|
privateKey: string;
|
19
22
|
};
|
20
|
-
_rev: string;
|
21
|
-
paymentGateway: "E_GHL";
|
22
|
-
active: boolean;
|
23
23
|
} | undefined>;
|
24
24
|
required: true;
|
25
25
|
};
|
@@ -35,14 +35,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
35
35
|
gateway: {
|
36
36
|
type: PropType<{
|
37
37
|
_id: string;
|
38
|
+
_rev: string;
|
39
|
+
paymentGateway: "E_GHL";
|
40
|
+
active: boolean;
|
38
41
|
config: {
|
39
|
-
merchantId: string;
|
40
42
|
terminalId: string;
|
43
|
+
merchantId: string;
|
41
44
|
privateKey: string;
|
42
45
|
};
|
43
|
-
_rev: string;
|
44
|
-
paymentGateway: "E_GHL";
|
45
|
-
active: boolean;
|
46
46
|
} | undefined>;
|
47
47
|
required: true;
|
48
48
|
};
|
@@ -12,15 +12,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
12
12
|
gateway: {
|
13
13
|
type: PropType<{
|
14
14
|
_id: string;
|
15
|
+
_rev: string;
|
16
|
+
paymentGateway: "REVENUE_MONSTER";
|
17
|
+
active: boolean;
|
15
18
|
config: {
|
16
19
|
clientId: string;
|
17
20
|
clientPrivateKey: string;
|
18
21
|
clientSecret: string;
|
19
22
|
storeId: string;
|
20
23
|
};
|
21
|
-
_rev: string;
|
22
|
-
paymentGateway: "REVENUE_MONSTER";
|
23
|
-
active: boolean;
|
24
24
|
} | undefined>;
|
25
25
|
required: true;
|
26
26
|
};
|
@@ -36,15 +36,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
36
36
|
gateway: {
|
37
37
|
type: PropType<{
|
38
38
|
_id: string;
|
39
|
+
_rev: string;
|
40
|
+
paymentGateway: "REVENUE_MONSTER";
|
41
|
+
active: boolean;
|
39
42
|
config: {
|
40
43
|
clientId: string;
|
41
44
|
clientPrivateKey: string;
|
42
45
|
clientSecret: string;
|
43
46
|
storeId: string;
|
44
47
|
};
|
45
|
-
_rev: string;
|
46
|
-
paymentGateway: "REVENUE_MONSTER";
|
47
|
-
active: boolean;
|
48
48
|
} | undefined>;
|
49
49
|
required: true;
|
50
50
|
};
|
@@ -30,9 +30,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
30
|
} | null | undefined;
|
31
31
|
gateway: "Ghl";
|
32
32
|
})[] | null | undefined;
|
33
|
+
_id: string;
|
33
34
|
status: "Active" | "Inactive";
|
34
35
|
referenceId: string;
|
35
|
-
_id: string;
|
36
36
|
securityCode: string;
|
37
37
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
38
38
|
createdAt: string;
|
@@ -70,9 +70,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
70
70
|
} | null | undefined;
|
71
71
|
gateway: "Ghl";
|
72
72
|
})[] | null | undefined;
|
73
|
+
_id: string;
|
73
74
|
status: "Active" | "Inactive";
|
74
75
|
referenceId: string;
|
75
|
-
_id: string;
|
76
76
|
securityCode: string;
|
77
77
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
78
78
|
createdAt: string;
|
@@ -31,9 +31,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
} | null | undefined;
|
32
32
|
gateway: "Ghl";
|
33
33
|
})[] | null | undefined;
|
34
|
+
_id: string;
|
34
35
|
status: "Active" | "Inactive";
|
35
36
|
referenceId: string;
|
36
|
-
_id: string;
|
37
37
|
securityCode: string;
|
38
38
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
39
39
|
createdAt: string;
|
@@ -76,9 +76,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
76
76
|
} | null | undefined;
|
77
77
|
gateway: "Ghl";
|
78
78
|
})[] | null | undefined;
|
79
|
+
_id: string;
|
79
80
|
status: "Active" | "Inactive";
|
80
81
|
referenceId: string;
|
81
|
-
_id: string;
|
82
82
|
securityCode: string;
|
83
83
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
84
84
|
createdAt: string;
|
@@ -31,9 +31,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
} | null | undefined;
|
32
32
|
gateway: "Ghl";
|
33
33
|
})[] | null | undefined;
|
34
|
+
_id: string;
|
34
35
|
status: "Active" | "Inactive";
|
35
36
|
referenceId: string;
|
36
|
-
_id: string;
|
37
37
|
securityCode: string;
|
38
38
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
39
39
|
createdAt: string;
|
@@ -76,9 +76,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
76
76
|
} | null | undefined;
|
77
77
|
gateway: "Ghl";
|
78
78
|
})[] | null | undefined;
|
79
|
+
_id: string;
|
79
80
|
status: "Active" | "Inactive";
|
80
81
|
referenceId: string;
|
81
|
-
_id: string;
|
82
82
|
securityCode: string;
|
83
83
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
84
84
|
createdAt: string;
|
@@ -30,9 +30,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
30
30
|
} | null | undefined;
|
31
31
|
gateway: "Ghl";
|
32
32
|
})[] | null | undefined;
|
33
|
+
_id: string;
|
33
34
|
status: "Active" | "Inactive";
|
34
35
|
referenceId: string;
|
35
|
-
_id: string;
|
36
36
|
securityCode: string;
|
37
37
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
38
38
|
createdAt: string;
|
@@ -71,9 +71,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
71
71
|
} | null | undefined;
|
72
72
|
gateway: "Ghl";
|
73
73
|
})[] | null | undefined;
|
74
|
+
_id: string;
|
74
75
|
status: "Active" | "Inactive";
|
75
76
|
referenceId: string;
|
76
|
-
_id: string;
|
77
77
|
securityCode: string;
|
78
78
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
79
79
|
createdAt: string;
|
@@ -31,9 +31,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
} | null | undefined;
|
32
32
|
gateway: "Ghl";
|
33
33
|
})[] | null | undefined;
|
34
|
+
_id: string;
|
34
35
|
status: "Active" | "Inactive";
|
35
36
|
referenceId: string;
|
36
|
-
_id: string;
|
37
37
|
securityCode: string;
|
38
38
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
39
39
|
createdAt: string;
|
@@ -76,9 +76,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
76
76
|
} | null | undefined;
|
77
77
|
gateway: "Ghl";
|
78
78
|
})[] | null | undefined;
|
79
|
+
_id: string;
|
79
80
|
status: "Active" | "Inactive";
|
80
81
|
referenceId: string;
|
81
|
-
_id: string;
|
82
82
|
securityCode: string;
|
83
83
|
deviceType: "KIOSK" | "TERMINAL" | "POS";
|
84
84
|
createdAt: string;
|
@@ -8,7 +8,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
8
8
|
_id: string;
|
9
9
|
store: {
|
10
10
|
bank?: {
|
11
|
-
type?: "
|
11
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
12
12
|
accountNumber?: string | null | undefined;
|
13
13
|
holderName?: string | null | undefined;
|
14
14
|
name: string;
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
31
31
|
precision: number;
|
32
32
|
} | null | undefined;
|
33
33
|
tPlus?: number | null | undefined;
|
34
|
-
issuer: "OTHER" | "
|
34
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
35
35
|
variant: string;
|
36
36
|
}[];
|
37
37
|
businessId: string;
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
50
50
|
_id: string;
|
51
51
|
store: {
|
52
52
|
bank?: {
|
53
|
-
type?: "
|
53
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
54
54
|
accountNumber?: string | null | undefined;
|
55
55
|
holderName?: string | null | undefined;
|
56
56
|
name: string;
|
@@ -73,7 +73,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
73
73
|
precision: number;
|
74
74
|
} | null | undefined;
|
75
75
|
tPlus?: number | null | undefined;
|
76
|
-
issuer: "OTHER" | "
|
76
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
77
77
|
variant: string;
|
78
78
|
}[];
|
79
79
|
businessId: string;
|
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
87
87
|
_id: string;
|
88
88
|
store: {
|
89
89
|
bank?: {
|
90
|
-
type?: "
|
90
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
91
91
|
accountNumber?: string | null | undefined;
|
92
92
|
holderName?: string | null | undefined;
|
93
93
|
name: string;
|
@@ -110,7 +110,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
110
110
|
precision: number;
|
111
111
|
} | null | undefined;
|
112
112
|
tPlus?: number | null | undefined;
|
113
|
-
issuer: "OTHER" | "
|
113
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
114
114
|
variant: string;
|
115
115
|
}[];
|
116
116
|
businessId: string;
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
129
129
|
_id: string;
|
130
130
|
store: {
|
131
131
|
bank?: {
|
132
|
-
type?: "
|
132
|
+
type?: "OTHER" | "CURRENT_ACCOUNT" | "SAVING_ACCOUNT" | null | undefined;
|
133
133
|
accountNumber?: string | null | undefined;
|
134
134
|
holderName?: string | null | undefined;
|
135
135
|
name: string;
|
@@ -152,7 +152,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
152
152
|
precision: number;
|
153
153
|
} | null | undefined;
|
154
154
|
tPlus?: number | null | undefined;
|
155
|
-
issuer: "OTHER" | "
|
155
|
+
issuer: "OTHER" | "FEEDME" | "WECHATPAY" | "ALIPAY" | "BOOST" | "GRABPAY" | "RAZERPAY" | "SHOPEEPAY" | "MAYBANKQRPAY" | "PRESTOPAY" | "TOUCHNGO" | "CARD" | "DUITNOW" | "FPX" | "DEBITCARD" | "CREDITCARD" | "UNIONPAY" | "ATOME" | "PAYNOW" | "VISA" | "MASTER" | "MYDEBIT";
|
156
156
|
variant: string;
|
157
157
|
}[];
|
158
158
|
businessId: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@feedmepos/mf-payment",
|
3
|
-
"version": "1.0.4-beta.
|
3
|
+
"version": "1.0.4-beta.2",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
@@ -33,7 +33,7 @@
|
|
33
33
|
"@casl/ability": "^3.2.0",
|
34
34
|
"@feedmepos/core": "^2.6.0",
|
35
35
|
"@feedmepos/mf-common": "^1.8.21",
|
36
|
-
"@feedmepos/payment-entity": "^0.0.
|
36
|
+
"@feedmepos/payment-entity": "^0.0.13",
|
37
37
|
"@feedmepos/ui-library": "^1.2.61",
|
38
38
|
"axios": "^0.27.2",
|
39
39
|
"buffer": "^6.0.3",
|