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