Entry log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user