(20250102) Printing receipt add.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user