Entry log
This commit is contained in:
@@ -245,6 +245,7 @@ def stripe_payments_webhook_post():
|
|||||||
@api.route("/stripe/payments", methods=["GET"])
|
@api.route("/stripe/payments", methods=["GET"])
|
||||||
def stripe_payments_webhook_get():
|
def stripe_payments_webhook_get():
|
||||||
try:
|
try:
|
||||||
|
logger.info(f"Route Stripe Webhook GET ENTRY==>>>>")
|
||||||
data = request.args()
|
data = request.args()
|
||||||
logger.info(f"Route Stripe Webhook GET ==>>>> {data}")
|
logger.info(f"Route Stripe Webhook GET ==>>>> {data}")
|
||||||
# response = MyProductsService.process_provision_actions(data)
|
# response = MyProductsService.process_provision_actions(data)
|
||||||
|
|||||||
Reference in New Issue
Block a user