Entry log

This commit is contained in:
CHIEFSOFT\ameye
2025-08-27 18:47:16 -04:00
parent 6bea9d2ee5
commit d90baefaee
+1
View File
@@ -245,6 +245,7 @@ def stripe_payments_webhook_post():
@api.route("/stripe/payments", methods=["GET"])
def stripe_payments_webhook_get():
try:
logger.info(f"Route Stripe Webhook GET ENTRY==>>>>")
data = request.args()
logger.info(f"Route Stripe Webhook GET ==>>>> {data}")
# response = MyProductsService.process_provision_actions(data)