(20250225) FML Pro Max
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user