done with refresh disbursement service
This commit is contained in:
@@ -10,7 +10,7 @@ autocall_bp = Blueprint("autocall", __name__)
|
||||
@autocall_bp.route("/refresh-verify-disbursement", methods=["GET"])
|
||||
def verify_transaction():
|
||||
data = request.json()
|
||||
logger.info(f"Calling Verify Components")
|
||||
logger.info(f"Calling VerifyTransaction Components")
|
||||
|
||||
response = SimbrellaClient.verify_transaction(data)
|
||||
|
||||
@@ -20,7 +20,10 @@ def verify_transaction():
|
||||
def disbursement():
|
||||
data = request.json()
|
||||
logger.info(f"Calling Disbursement Components")
|
||||
return jsonify(data), 200
|
||||
|
||||
response = SimbrellaClient.verify_transaction(data)
|
||||
|
||||
return jsonify(response), 200
|
||||
|
||||
|
||||
@autocall_bp.route("/payment-callback", methods=["POST"])
|
||||
|
||||
Reference in New Issue
Block a user