From 1b8b15e9c1fb6540ab1edd42fe4a93bda43c84f6 Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 2 Jan 2025 12:05:43 +0000 Subject: [PATCH] (20250102) Printing receipt add. --- controllers_v2/finstitutions/payments/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/controllers_v2/finstitutions/payments/base.py b/controllers_v2/finstitutions/payments/base.py index fa51c7a..4b432a4 100644 --- a/controllers_v2/finstitutions/payments/base.py +++ b/controllers_v2/finstitutions/payments/base.py @@ -351,6 +351,8 @@ class PaymentsController(CoreAuthTokenController, ABC): session_token = session_token ) + print("RECEIPT ADD JSON:", json.to_string(sql_json, default = str)) + # Return the response: if sql_json["status"] == 1: return True else: return False