diff --git a/app/routes/autocall.py b/app/routes/autocall.py index 4df17eb..b2d3101 100644 --- a/app/routes/autocall.py +++ b/app/routes/autocall.py @@ -21,6 +21,9 @@ from app.config import settings autocall_bp = Blueprint("autocall", __name__) +#refresh-verify-disbursement +# +# @autocall_bp.route("/refresh-verify-disbursement", methods=["GET"]) def verify_transaction(): logger.info(f"Calling VerifyTransaction Components")