@feedmepos/mf-payment 1.8.3 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{Actions.vue_vue_type_script_setup_true_lang-BSGz-vYS.js → Actions.vue_vue_type_script_setup_true_lang-tNiSAnf0.js} +1 -1
- package/dist/{AdminBusinessSelector.vue_vue_type_script_setup_true_lang-QhHy3t8E.js → AdminBusinessSelector.vue_vue_type_script_setup_true_lang-DyXptTeq.js} +3 -3
- package/dist/{AdminRestaurantSelector.vue_vue_type_script_setup_true_lang-fTGrC0GL.js → AdminRestaurantSelector.vue_vue_type_script_setup_true_lang-DXAjIajl.js} +2 -2
- package/dist/{Chargeback-_yYgraXd.js → Chargeback-DG4z2wC-.js} +5 -5
- package/dist/{DocumentViewer.vue_vue_type_script_setup_true_lang-C71wuVoe.js → DocumentViewer.vue_vue_type_script_setup_true_lang-DkwSKD27.js} +1 -1
- package/dist/{OnboardForm-CcuNtcGY.js → OnboardForm-Bqli8KS7.js} +6 -6
- package/dist/{OnboardForm-DwtSLZZ6.js → OnboardForm-DpQ5_nlk.js} +6 -6
- package/dist/{OnboardSubmission-B7WfxwtM.js → OnboardSubmission-Bz2THtgX.js} +6 -6
- package/dist/{OnboardSubmission-B13TG3VY.js → OnboardSubmission-DC84yJmk.js} +3 -3
- package/dist/{PayoutAccount-DKoSN0Oj.js → PayoutAccount-Ds9tmcJg.js} +5 -5
- package/dist/{PayoutAccount-BH1AZPsn.js → PayoutAccount-y2djXF7T.js} +7 -7
- package/dist/{PayoutAccountSetting-ChgN1fKw.js → PayoutAccountSetting-DjfRoyGo.js} +6 -6
- package/dist/{Restaurant-DGF0JBQS.js → Restaurant-kUZfATOY.js} +4 -4
- package/dist/{RestaurantSetting-CsXBf_vm.js → RestaurantSetting-WNjCLcaa.js} +3 -3
- package/dist/{Settlement-yWwPTpRg.js → Settlement-C5MdLF4k.js} +3 -3
- package/dist/{Settlement-Q5vvGkPy.js → Settlement-DC9Lxb4-.js} +11 -5
- package/dist/{SettlementTransactions-CoZ_d8v7.js → SettlementTransactions-C5_IwQfi.js} +5 -5
- package/dist/{SettlementTransactions-D3Zl668N.js → SettlementTransactions-PEpdoraT.js} +5 -5
- package/dist/{Status.vue_vue_type_script_setup_true_lang-gOHlrQzZ.js → Status.vue_vue_type_script_setup_true_lang-Cn2OwgiM.js} +1 -1
- package/dist/{Terminal-CwG-DaEc.js → Terminal-DRfZw5Zt.js} +5 -5
- package/dist/{TerminalSetting-zm7YMozj.js → TerminalSetting-BGkWJope.js} +5 -5
- package/dist/{Transaction-CUChE6GZ.js → Transaction-CaTl2yLu.js} +10 -10
- package/dist/{Transaction-CXsRdbmU.js → Transaction-WVhPvdla.js} +11 -11
- package/dist/{TransactionOld-BNjs4dYq.js → TransactionOld-DMLFJZrU.js} +7 -7
- package/dist/{TransactionStatus.vue_vue_type_script_setup_true_lang-C3AneKTm.js → TransactionStatus.vue_vue_type_script_setup_true_lang-ByQ8iLwt.js} +1 -1
- package/dist/{app-BaVLWYef.js → app-Qtgy6J8e.js} +26 -23
- package/dist/app.js +1 -1
- package/dist/{assets-CIBOgszq.js → assets-D7KZ17hn.js} +1 -1
- package/dist/{grafana-CFBCBQ8m.js → grafana-B_DxY7DM.js} +1 -1
- package/dist/{index-CBTRIvWq.js → index-BOWopllj.js} +2 -2
- package/dist/{index-D79i4yHd.js → index-BuROkOo1.js} +28 -19
- package/dist/{index-7w_c2P-2.js → index-CEX7iZPm.js} +1 -1
- package/dist/{index-xHYVdwJd.js → index-CXO0GUl7.js} +1 -1
- package/dist/{index-pd_Yn_Nn.js → index-Cdi1x__7.js} +1 -1
- package/dist/{index-Cg1xw1iV.js → index-D1wFMKEa.js} +1 -1
- package/dist/{index-D1CnAe4w.js → index-DMoE-9mm.js} +1 -1
- package/dist/{index-CC8i1RP4.js → index-Dkvcuh0X.js} +1 -1
- package/dist/{index-BFUTi1W-.js → index-vmXm915k.js} +1 -1
- package/dist/{index.vue_vue_type_script_setup_true_lang-C1azAm9j.js → index.vue_vue_type_script_setup_true_lang-CeS70ZWR.js} +1 -1
- package/dist/{onboard-submission-BDvoGLwP.js → onboard-submission-BKfvP6NO.js} +1 -1
- package/dist/package.json +1 -1
- package/dist/{payout-account-B0sMz1pz.js → payout-account-OCxMbNx5.js} +3 -3
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/views/settlement/FiuuSettlementTable.vue.d.ts +1 -1
- package/package.json +1 -1
|
@@ -45,6 +45,7 @@ const ta = {
|
|
|
45
45
|
created_at: "Created At",
|
|
46
46
|
sales_amount: "Sales Amount",
|
|
47
47
|
fee: "Fee",
|
|
48
|
+
refund: "Refund",
|
|
48
49
|
settlement_amount: "Settlement Amount",
|
|
49
50
|
invoice_status: "Invoice Status"
|
|
50
51
|
},
|
|
@@ -452,6 +453,7 @@ const ta = {
|
|
|
452
453
|
account: "เลขที่บัญชี",
|
|
453
454
|
created_at: "วันที่สร้าง",
|
|
454
455
|
sales_amount: "ยอดขาย",
|
|
456
|
+
refund: "จำนวนเงินคืน",
|
|
455
457
|
fee: "ค่าธรรมเนียม",
|
|
456
458
|
settlement_amount: "ยอดโอนเงิน",
|
|
457
459
|
invoice_status: "สถานะใบแจ้งหนี้"
|
|
@@ -858,6 +860,7 @@ const ta = {
|
|
|
858
860
|
account: "账户号码",
|
|
859
861
|
created_at: "结算时间",
|
|
860
862
|
sales_amount: "营业金额",
|
|
863
|
+
refund: "退款金额",
|
|
861
864
|
fee: "服务费用",
|
|
862
865
|
settlement_amount: "结算金额",
|
|
863
866
|
invoice_status: "发票状态"
|
|
@@ -3160,7 +3163,7 @@ const Ho = () => ({
|
|
|
3160
3163
|
sidebarDisplay: "Restaurants",
|
|
3161
3164
|
section: "payment-gateway"
|
|
3162
3165
|
},
|
|
3163
|
-
component: () => import("./Restaurant-
|
|
3166
|
+
component: () => import("./Restaurant-kUZfATOY.js")
|
|
3164
3167
|
},
|
|
3165
3168
|
{
|
|
3166
3169
|
path: "/admin/restaurants/:restaurantId",
|
|
@@ -3169,7 +3172,7 @@ const Ho = () => ({
|
|
|
3169
3172
|
meta: {
|
|
3170
3173
|
parent: "mf-payment-admin.restaurant"
|
|
3171
3174
|
},
|
|
3172
|
-
component: () => import("./RestaurantSetting-
|
|
3175
|
+
component: () => import("./RestaurantSetting-WNjCLcaa.js")
|
|
3173
3176
|
},
|
|
3174
3177
|
{
|
|
3175
3178
|
path: "/admin/payout-accounts",
|
|
@@ -3178,7 +3181,7 @@ const Ho = () => ({
|
|
|
3178
3181
|
sidebarDisplay: "Payout Accounts",
|
|
3179
3182
|
section: "payment-gateway"
|
|
3180
3183
|
},
|
|
3181
|
-
component: () => import("./PayoutAccount-
|
|
3184
|
+
component: () => import("./PayoutAccount-y2djXF7T.js")
|
|
3182
3185
|
},
|
|
3183
3186
|
{
|
|
3184
3187
|
path: "/admin/payout-accounts/:accountId",
|
|
@@ -3187,7 +3190,7 @@ const Ho = () => ({
|
|
|
3187
3190
|
meta: {
|
|
3188
3191
|
parent: "mf-payment-admin.payout-account"
|
|
3189
3192
|
},
|
|
3190
|
-
component: () => import("./PayoutAccountSetting-
|
|
3193
|
+
component: () => import("./PayoutAccountSetting-DjfRoyGo.js")
|
|
3191
3194
|
},
|
|
3192
3195
|
{
|
|
3193
3196
|
path: "/admin/onboarding",
|
|
@@ -3196,7 +3199,7 @@ const Ho = () => ({
|
|
|
3196
3199
|
sidebarDisplay: "Payment Onboarding",
|
|
3197
3200
|
section: "payment-gateway"
|
|
3198
3201
|
},
|
|
3199
|
-
component: () => import("./OnboardSubmission-
|
|
3202
|
+
component: () => import("./OnboardSubmission-Bz2THtgX.js")
|
|
3200
3203
|
},
|
|
3201
3204
|
{
|
|
3202
3205
|
path: "/admin/onboarding/:submissionId",
|
|
@@ -3205,7 +3208,7 @@ const Ho = () => ({
|
|
|
3205
3208
|
meta: {
|
|
3206
3209
|
parent: "mf-payment-admin.onboard-submission"
|
|
3207
3210
|
},
|
|
3208
|
-
component: () => import("./OnboardForm-
|
|
3211
|
+
component: () => import("./OnboardForm-Bqli8KS7.js")
|
|
3209
3212
|
},
|
|
3210
3213
|
{
|
|
3211
3214
|
path: "/admin/terminal/pos",
|
|
@@ -3214,7 +3217,7 @@ const Ho = () => ({
|
|
|
3214
3217
|
sidebarDisplay: "POS",
|
|
3215
3218
|
section: "device"
|
|
3216
3219
|
},
|
|
3217
|
-
component: () => import("./Terminal-
|
|
3220
|
+
component: () => import("./Terminal-DRfZw5Zt.js"),
|
|
3218
3221
|
props: {
|
|
3219
3222
|
type: "POS"
|
|
3220
3223
|
}
|
|
@@ -3226,7 +3229,7 @@ const Ho = () => ({
|
|
|
3226
3229
|
sidebarDisplay: "Kiosks",
|
|
3227
3230
|
section: "device"
|
|
3228
3231
|
},
|
|
3229
|
-
component: () => import("./Terminal-
|
|
3232
|
+
component: () => import("./Terminal-DRfZw5Zt.js"),
|
|
3230
3233
|
props: {
|
|
3231
3234
|
type: "KIOSK"
|
|
3232
3235
|
}
|
|
@@ -3238,7 +3241,7 @@ const Ho = () => ({
|
|
|
3238
3241
|
sidebarDisplay: "Terminals",
|
|
3239
3242
|
section: "device"
|
|
3240
3243
|
},
|
|
3241
|
-
component: () => import("./Terminal-
|
|
3244
|
+
component: () => import("./Terminal-DRfZw5Zt.js"),
|
|
3242
3245
|
props: {
|
|
3243
3246
|
type: "TERMINAL"
|
|
3244
3247
|
}
|
|
@@ -3250,7 +3253,7 @@ const Ho = () => ({
|
|
|
3250
3253
|
meta: {
|
|
3251
3254
|
parent: "mf-payment-admin.pos"
|
|
3252
3255
|
},
|
|
3253
|
-
component: () => import("./TerminalSetting-
|
|
3256
|
+
component: () => import("./TerminalSetting-BGkWJope.js")
|
|
3254
3257
|
},
|
|
3255
3258
|
{
|
|
3256
3259
|
path: "/admin/terminal/kiosk/:terminalId",
|
|
@@ -3259,7 +3262,7 @@ const Ho = () => ({
|
|
|
3259
3262
|
meta: {
|
|
3260
3263
|
parent: "mf-payment-admin.kiosk"
|
|
3261
3264
|
},
|
|
3262
|
-
component: () => import("./TerminalSetting-
|
|
3265
|
+
component: () => import("./TerminalSetting-BGkWJope.js")
|
|
3263
3266
|
},
|
|
3264
3267
|
{
|
|
3265
3268
|
path: "/admin/terminal/terminal/:terminalId",
|
|
@@ -3268,7 +3271,7 @@ const Ho = () => ({
|
|
|
3268
3271
|
meta: {
|
|
3269
3272
|
parent: "mf-payment-admin.terminal"
|
|
3270
3273
|
},
|
|
3271
|
-
component: () => import("./TerminalSetting-
|
|
3274
|
+
component: () => import("./TerminalSetting-BGkWJope.js")
|
|
3272
3275
|
},
|
|
3273
3276
|
{
|
|
3274
3277
|
path: "/admin/transaction",
|
|
@@ -3276,7 +3279,7 @@ const Ho = () => ({
|
|
|
3276
3279
|
meta: {
|
|
3277
3280
|
sidebarDisplay: "Transactions"
|
|
3278
3281
|
},
|
|
3279
|
-
component: () => import("./Transaction-
|
|
3282
|
+
component: () => import("./Transaction-WVhPvdla.js")
|
|
3280
3283
|
},
|
|
3281
3284
|
{
|
|
3282
3285
|
path: "/admin/chargeback",
|
|
@@ -3284,7 +3287,7 @@ const Ho = () => ({
|
|
|
3284
3287
|
meta: {
|
|
3285
3288
|
sidebarDisplay: "Chargebacks"
|
|
3286
3289
|
},
|
|
3287
|
-
component: () => import("./Chargeback-
|
|
3290
|
+
component: () => import("./Chargeback-DG4z2wC-.js")
|
|
3288
3291
|
},
|
|
3289
3292
|
{
|
|
3290
3293
|
path: "/admin/settlement",
|
|
@@ -3292,7 +3295,7 @@ const Ho = () => ({
|
|
|
3292
3295
|
meta: {
|
|
3293
3296
|
sidebarDisplay: "Settlements"
|
|
3294
3297
|
},
|
|
3295
|
-
component: () => import("./Settlement-
|
|
3298
|
+
component: () => import("./Settlement-C5MdLF4k.js")
|
|
3296
3299
|
},
|
|
3297
3300
|
{
|
|
3298
3301
|
path: "/admin/settlement/:settlementId",
|
|
@@ -3301,7 +3304,7 @@ const Ho = () => ({
|
|
|
3301
3304
|
meta: {
|
|
3302
3305
|
parent: "mf-payment-admin.settlement"
|
|
3303
3306
|
},
|
|
3304
|
-
component: () => import("./SettlementTransactions-
|
|
3307
|
+
component: () => import("./SettlementTransactions-PEpdoraT.js")
|
|
3305
3308
|
}
|
|
3306
3309
|
].map((t) => ({
|
|
3307
3310
|
...t,
|
|
@@ -3317,7 +3320,7 @@ const Ho = () => ({
|
|
|
3317
3320
|
{
|
|
3318
3321
|
path: "/payout-account",
|
|
3319
3322
|
name: "mf-payment-payout-account",
|
|
3320
|
-
component: () => import("./PayoutAccount-
|
|
3323
|
+
component: () => import("./PayoutAccount-Ds9tmcJg.js"),
|
|
3321
3324
|
meta: {
|
|
3322
3325
|
sidebarDisplay: "i18n:payment.routes.payout_account",
|
|
3323
3326
|
region: { MY: !0 },
|
|
@@ -3334,7 +3337,7 @@ const Ho = () => ({
|
|
|
3334
3337
|
{
|
|
3335
3338
|
path: "/onboard-submission",
|
|
3336
3339
|
name: "mf-payment-onboard-submission",
|
|
3337
|
-
component: () => import("./OnboardSubmission-
|
|
3340
|
+
component: () => import("./OnboardSubmission-DC84yJmk.js"),
|
|
3338
3341
|
meta: {
|
|
3339
3342
|
sidebarDisplay: "i18n:payment.routes.onboard_submission",
|
|
3340
3343
|
region: { MY: !0, TH: !0, AU: !0 },
|
|
@@ -3352,7 +3355,7 @@ const Ho = () => ({
|
|
|
3352
3355
|
path: "/onboard-submission/restaurant/:restaurantId/:type/:submission?",
|
|
3353
3356
|
name: "mf-payment-onboard-submission-form",
|
|
3354
3357
|
props: !0,
|
|
3355
|
-
component: () => import("./OnboardForm-
|
|
3358
|
+
component: () => import("./OnboardForm-DpQ5_nlk.js"),
|
|
3356
3359
|
meta: {
|
|
3357
3360
|
parent: "mf-payment-onboard-submission",
|
|
3358
3361
|
validationManifest: {
|
|
@@ -3368,7 +3371,7 @@ const Ho = () => ({
|
|
|
3368
3371
|
{
|
|
3369
3372
|
path: "/transaction-old",
|
|
3370
3373
|
name: "mf-payment-old-transaction",
|
|
3371
|
-
component: () => import("./TransactionOld-
|
|
3374
|
+
component: () => import("./TransactionOld-DMLFJZrU.js"),
|
|
3372
3375
|
meta: {
|
|
3373
3376
|
sidebarDisplay: "i18n:payment.routes.transaction",
|
|
3374
3377
|
validationManifest: {
|
|
@@ -3384,7 +3387,7 @@ const Ho = () => ({
|
|
|
3384
3387
|
{
|
|
3385
3388
|
path: "/transaction",
|
|
3386
3389
|
name: "mf-payment-transaction",
|
|
3387
|
-
component: () => import("./Transaction-
|
|
3390
|
+
component: () => import("./Transaction-CaTl2yLu.js"),
|
|
3388
3391
|
meta: {
|
|
3389
3392
|
sidebarDisplay: "i18n:payment.routes.transaction_new",
|
|
3390
3393
|
sidebarNew: !0,
|
|
@@ -3401,7 +3404,7 @@ const Ho = () => ({
|
|
|
3401
3404
|
{
|
|
3402
3405
|
path: "/settlement",
|
|
3403
3406
|
name: "mf-payment-settlement",
|
|
3404
|
-
component: () => import("./Settlement-
|
|
3407
|
+
component: () => import("./Settlement-DC9Lxb4-.js"),
|
|
3405
3408
|
meta: {
|
|
3406
3409
|
sidebarDisplay: "i18n:payment.routes.settlement",
|
|
3407
3410
|
region: { MY: !0, SG: !0 },
|
|
@@ -3419,7 +3422,7 @@ const Ho = () => ({
|
|
|
3419
3422
|
path: "/settlement/:settlementId",
|
|
3420
3423
|
name: "mf-payment-settlement-transaction",
|
|
3421
3424
|
props: !0,
|
|
3422
|
-
component: () => import("./SettlementTransactions-
|
|
3425
|
+
component: () => import("./SettlementTransactions-C5_IwQfi.js"),
|
|
3423
3426
|
meta: {
|
|
3424
3427
|
parent: "mf-payment-settlement",
|
|
3425
3428
|
validationManifest: {
|
package/dist/app.js
CHANGED