From 3b58d178a4e2fa36b37cb5e262945d4713c2a748 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Wed, 18 May 2022 19:47:34 +0100 Subject: [PATCH] Fix call to send reference --- handler/lib/transactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handler/lib/transactions.py b/handler/lib/transactions.py index defbf7e..ff8743d 100644 --- a/handler/lib/transactions.py +++ b/handler/lib/transactions.py @@ -356,7 +356,7 @@ class Transactions(util.Base): else: # User is verified self.log.info(f"UID {uid} is verified.") self.markets.send_bank_details(subclass, currency, trade_id) - self.send_reference(subclass, trade_id, reference) + self.markets.send_reference(subclass, trade_id, reference) if existing_ref: return util.convert(existing_ref) else: