@feedmepos/mf-payment 1.5.67-dev → 1.5.68-dev
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-CR0uH8uH.js → Actions.vue_vue_type_script_setup_true_lang-CSOopYCT.js} +1 -1
- package/dist/{OnboardForm-HhBh0o7t.js → OnboardForm-D-aXzztS.js} +1 -1
- package/dist/{OnboardForm-B-GSTbEb.js → OnboardForm-HBMaRw1e.js} +1 -1
- package/dist/OnboardSubmission-udG2ocVW.js +446 -0
- package/dist/{PayoutAccount-Ber0Ot0O.js → PayoutAccount-HjxoJlBH.js} +1 -1
- package/dist/{PayoutAccount-CmZ_Oa50.js → PayoutAccount-dpr6UgEW.js} +1 -1
- package/dist/{SettlementTransactions-B8Fr5Wfa.js → SettlementTransactions-Blijz_Gp.js} +1 -1
- package/dist/{SettlementTransactions-D3AC8agO.js → SettlementTransactions-DLuErd-f.js} +1 -1
- package/dist/{Transaction-DdV_N3l9.js → Transaction-CN3CDKsq.js} +1 -1
- package/dist/{Transaction-BsjWMMEP.js → Transaction-GPSPpTqz.js} +2 -2
- package/dist/{TransactionOld-DpN-JSaX.js → TransactionOld-CsvoWSRR.js} +2 -2
- package/dist/{app-CDRspUAH.js → app-BjI5oUMX.js} +10 -10
- package/dist/app.js +1 -1
- package/dist/{assets-83mdCXdK.js → assets-D1S1_plg.js} +80 -78
- package/dist/package.json +1 -1
- package/dist/{payout-account-DWMSs6y5.js → payout-account-CLjnN1G2.js} +1 -1
- package/dist/tsconfig.app.tsbuildinfo +1 -1
- package/dist/tyro-BovmsorS.js +5 -0
- package/package.json +1 -1
- package/dist/OnboardSubmission-DJXp_9Ck.js +0 -446
- package/dist/softspace-D9cEyOQT.js +0 -4
|
@@ -1242,7 +1242,7 @@ const Kn = {
|
|
|
1242
1242
|
sidebarDisplay: "Payout Accounts",
|
|
1243
1243
|
section: "payment-gateway"
|
|
1244
1244
|
},
|
|
1245
|
-
component: () => import("./PayoutAccount-
|
|
1245
|
+
component: () => import("./PayoutAccount-dpr6UgEW.js")
|
|
1246
1246
|
},
|
|
1247
1247
|
{
|
|
1248
1248
|
path: "/admin/payout-accounts/:accountId",
|
|
@@ -1269,7 +1269,7 @@ const Kn = {
|
|
|
1269
1269
|
meta: {
|
|
1270
1270
|
parent: "mf-payment-admin.onboard-submission"
|
|
1271
1271
|
},
|
|
1272
|
-
component: () => import("./OnboardForm-
|
|
1272
|
+
component: () => import("./OnboardForm-HBMaRw1e.js")
|
|
1273
1273
|
},
|
|
1274
1274
|
{
|
|
1275
1275
|
path: "/admin/terminal/pos",
|
|
@@ -1340,7 +1340,7 @@ const Kn = {
|
|
|
1340
1340
|
meta: {
|
|
1341
1341
|
sidebarDisplay: "Transactions"
|
|
1342
1342
|
},
|
|
1343
|
-
component: () => import("./Transaction-
|
|
1343
|
+
component: () => import("./Transaction-CN3CDKsq.js")
|
|
1344
1344
|
},
|
|
1345
1345
|
{
|
|
1346
1346
|
path: "/admin/chargeback",
|
|
@@ -1365,7 +1365,7 @@ const Kn = {
|
|
|
1365
1365
|
meta: {
|
|
1366
1366
|
parent: "mf-payment-admin.settlement"
|
|
1367
1367
|
},
|
|
1368
|
-
component: () => import("./SettlementTransactions-
|
|
1368
|
+
component: () => import("./SettlementTransactions-Blijz_Gp.js")
|
|
1369
1369
|
}
|
|
1370
1370
|
], ue = [
|
|
1371
1371
|
{
|
|
@@ -1375,7 +1375,7 @@ const Kn = {
|
|
|
1375
1375
|
{
|
|
1376
1376
|
path: "/payout-account",
|
|
1377
1377
|
name: "mf-payment-payout-account",
|
|
1378
|
-
component: () => import("./PayoutAccount-
|
|
1378
|
+
component: () => import("./PayoutAccount-HjxoJlBH.js"),
|
|
1379
1379
|
meta: {
|
|
1380
1380
|
sidebarDisplay: "i18n:payment.routes.payout_account"
|
|
1381
1381
|
}
|
|
@@ -1383,7 +1383,7 @@ const Kn = {
|
|
|
1383
1383
|
{
|
|
1384
1384
|
path: "/onboard-submission",
|
|
1385
1385
|
name: "mf-payment-onboard-submission",
|
|
1386
|
-
component: () => import("./OnboardSubmission-
|
|
1386
|
+
component: () => import("./OnboardSubmission-udG2ocVW.js"),
|
|
1387
1387
|
meta: {
|
|
1388
1388
|
sidebarDisplay: "i18n:payment.routes.onboard_submission",
|
|
1389
1389
|
region: { MY: !0, TH: !0, AU: !0 }
|
|
@@ -1393,7 +1393,7 @@ const Kn = {
|
|
|
1393
1393
|
path: "/onboard-submission/:type/:submission?",
|
|
1394
1394
|
name: "mf-payment-onboard-submission-form",
|
|
1395
1395
|
props: !0,
|
|
1396
|
-
component: () => import("./OnboardForm-
|
|
1396
|
+
component: () => import("./OnboardForm-D-aXzztS.js"),
|
|
1397
1397
|
meta: {
|
|
1398
1398
|
parent: "mf-payment-onboard-submission"
|
|
1399
1399
|
}
|
|
@@ -1401,7 +1401,7 @@ const Kn = {
|
|
|
1401
1401
|
{
|
|
1402
1402
|
path: "/transaction-old",
|
|
1403
1403
|
name: "mf-payment-old-transaction",
|
|
1404
|
-
component: () => import("./TransactionOld-
|
|
1404
|
+
component: () => import("./TransactionOld-CsvoWSRR.js"),
|
|
1405
1405
|
meta: {
|
|
1406
1406
|
sidebarDisplay: "i18n:payment.routes.transaction"
|
|
1407
1407
|
}
|
|
@@ -1409,7 +1409,7 @@ const Kn = {
|
|
|
1409
1409
|
{
|
|
1410
1410
|
path: "/transaction",
|
|
1411
1411
|
name: "mf-payment-transaction",
|
|
1412
|
-
component: () => import("./Transaction-
|
|
1412
|
+
component: () => import("./Transaction-GPSPpTqz.js"),
|
|
1413
1413
|
meta: {
|
|
1414
1414
|
sidebarDisplay: "i18n:payment.routes.transaction_new",
|
|
1415
1415
|
sidebarNew: !0
|
|
@@ -1428,7 +1428,7 @@ const Kn = {
|
|
|
1428
1428
|
path: "/settlement/:settlementId",
|
|
1429
1429
|
name: "mf-payment-settlement-transaction",
|
|
1430
1430
|
props: !0,
|
|
1431
|
-
component: () => import("./SettlementTransactions-
|
|
1431
|
+
component: () => import("./SettlementTransactions-DLuErd-f.js"),
|
|
1432
1432
|
meta: {
|
|
1433
1433
|
parent: "mf-payment-settlement"
|
|
1434
1434
|
}
|
package/dist/app.js
CHANGED