From f4d28bb5611bc702b9db2e5dc2b8c7ab2b9c058e Mon Sep 17 00:00:00 2001 From: khushal Date: Tue, 25 Feb 2025 17:17:11 +0530 Subject: [PATCH] (20250225) FML Pro Max --- controllers_v2/finstitutions/payments/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers_v2/finstitutions/payments/base.py b/controllers_v2/finstitutions/payments/base.py index ee75663..5329299 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -377,7 +377,7 @@ class PaymentsController(CoreAuthTokenController, ABC): """ # If this is not an against-sale kind of transaction: - if not payment.metadata.againstReference.get("against", "MKC").strip().lower().find("against sale") >= 0: + if not payment.metadata.reference.strip().lower().find("against sale") >= 0: return True # If this is against some sale: