mntx gateway lookup name fixed

This commit is contained in:
Stephan D
2026-03-03 12:23:07 +01:00
parent b2cc3fe980
commit f9acb47ad7
2 changed files with 6 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ var (
feesServiceNames = []string{"BILLING_FEES", string(mservice.FeePlans)}
ledgerServiceNames = []string{"LEDGER", string(mservice.Ledger)}
oracleServiceNames = []string{"FX_ORACLE", string(mservice.FXOracle)}
mntxServiceNames = []string{"CARD_RAIL_GATEWAY", string(mservice.MntxGateway)}
mntxServiceNames = []string{discovery.RailCardPayout, string(mservice.MntxGateway)}
feesRequiredOps = []string{discovery.OperationFeeCalc}
ledgerRequiredOps = discovery.LedgerServiceOperations()

5
test.csv Normal file
View File

@@ -0,0 +1,5 @@
pan;first_name;last_name;exp_month;exp_year;amount
2204310159722456;Anastasiia;Limonova;06;2028;100
2204320167919754;Anastasiia;Limonova;10;2027;100
2200242558874568;Anastasiia;Limonova;07;2032;100
2203410113188371;Vladimir;Burmakin;02;2033;100
1 pan first_name last_name exp_month exp_year amount
2 2204310159722456 Anastasiia Limonova 06 2028 100
3 2204320167919754 Anastasiia Limonova 10 2027 100
4 2200242558874568 Anastasiia Limonova 07 2032 100
5 2203410113188371 Vladimir Burmakin 02 2033 100