(20241230) Method correction.
This commit is contained in:
@@ -538,6 +538,11 @@ class PaymentsController(CoreAuthTokenController, ABC):
|
||||
:return: A structured response about the process of updating the payment event.
|
||||
"""
|
||||
|
||||
# There are 3 main steps here:
|
||||
# 01. Add the payment's update event to the main record,
|
||||
# 02. Add the receipt (if payment successful),
|
||||
# 03. Disable the payment auth-token if the gateway says that the credentials are invalid.
|
||||
|
||||
pass
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user