From f9acb47ad7af6df50196ce98429711e671cf1df8 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Tue, 3 Mar 2026 12:23:07 +0100 Subject: [PATCH] mntx gateway lookup name fixed --- .../internal/server/internal/discovery_clients.go | 2 +- test.csv | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 test.csv diff --git a/api/payments/orchestrator/internal/server/internal/discovery_clients.go b/api/payments/orchestrator/internal/server/internal/discovery_clients.go index 3997445f..8c8a777c 100644 --- a/api/payments/orchestrator/internal/server/internal/discovery_clients.go +++ b/api/payments/orchestrator/internal/server/internal/discovery_clients.go @@ -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() diff --git a/test.csv b/test.csv new file mode 100644 index 00000000..b860632e --- /dev/null +++ b/test.csv @@ -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 \ No newline at end of file