(20250225) FML Pro Max

This commit is contained in:
2025-02-25 17:17:11 +05:30
parent 16d2d53700
commit f4d28bb561
@@ -377,7 +377,7 @@ class PaymentsController(CoreAuthTokenController, ABC):
""" """
# If this is not an against-sale kind of transaction: # 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 return True
# If this is against some sale: # If this is against some sale: