Config for URLS
This commit is contained in:
@@ -922,7 +922,7 @@ def refresh_payhx():
|
|||||||
|
|
||||||
# Automatic Reporting
|
# Automatic Reporting
|
||||||
@api.route("/auto/dailyReport", methods=["GET"])
|
@api.route("/auto/dailyReport", methods=["GET"])
|
||||||
def refresh_payhx():
|
def refresh_daily_report():
|
||||||
data = {}
|
data = {}
|
||||||
# AutomationCalls.process_stripe_payment_refresh(data)
|
# AutomationCalls.process_stripe_payment_refresh(data)
|
||||||
return {"status": "ok"}, 200
|
return {"status": "ok"}, 200
|
||||||
|
|||||||
Reference in New Issue
Block a user