done with payment callback service
This commit is contained in:
@@ -30,4 +30,7 @@ def disbursement():
|
||||
def payment_callback():
|
||||
data = request.json()
|
||||
logger.info(f"Calling Callback Components")
|
||||
return jsonify(data), 200
|
||||
|
||||
response = SimbrellaClient.payment_callback(data)
|
||||
|
||||
return jsonify(response), 200
|
||||
Reference in New Issue
Block a user