(20250102) Printing receipt add.

This commit is contained in:
2025-01-02 12:05:43 +00:00
parent e6fef814af
commit 1b8b15e9c1
@@ -351,6 +351,8 @@ class PaymentsController(CoreAuthTokenController, ABC):
session_token = session_token session_token = session_token
) )
print("RECEIPT ADD JSON:", json.to_string(sql_json, default = str))
# Return the response: # Return the response:
if sql_json["status"] == 1: return True if sql_json["status"] == 1: return True
else: return False else: return False