Verify transation s

This commit is contained in:
CHIEFSOFT\ameye
2025-05-31 21:44:52 -04:00
parent 1a4f0c1332
commit 9fc3104c79
3 changed files with 23 additions and 11 deletions
-2
View File
@@ -10,11 +10,9 @@ autocall_bp = Blueprint("autocall", __name__)
@autocall_bp.route("/refresh-verify-disbursement", methods=["GET"])
def verify_transaction():
# data = request.json()
logger.info(f"Calling VerifyTransaction Components")
response = SimbrellaClient.verify_transaction()
return response
@autocall_bp.route("/refresh-disbursement", methods=["GET"])