From e6fef814af1b56b9a2bc35d7a2ed86713f9f6abe Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 2 Jan 2025 11:58:24 +0000 Subject: [PATCH] (20250102) Receipt add procedure bug-fix. --- 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 e18a2fb..fa51c7a 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -343,7 +343,7 @@ class PaymentsController(CoreAuthTokenController, ABC): payment.metadata.inAccount, # ................................... p_in_account payment.metadata.idUser, # ...................................... p_user_id payment.metadata.documentUrl, # ................................. p_document_url - payment.metadata.notes # ........................................ p_notes + payment.metadata.againstReference # ............................. p_notes ), retry_count = 1, backoff_seconds = 0.5,