alow get
This commit is contained in:
@@ -227,7 +227,7 @@ def myproduct_provision_actions():
|
|||||||
response = MyProductsService.process_provision_actions(data)
|
response = MyProductsService.process_provision_actions(data)
|
||||||
return response
|
return response
|
||||||
|
|
||||||
@api.route("/stripe/payments", methods=["POST"])
|
@api.route("/stripe/payments", methods=["POST","GET"])
|
||||||
def stripe_payments_webhook():
|
def stripe_payments_webhook():
|
||||||
data = request.get_json()
|
data = request.get_json()
|
||||||
logger.info(f"Route Stripe Webhook ==>>>> {data}")
|
logger.info(f"Route Stripe Webhook ==>>>> {data}")
|
||||||
|
|||||||
Reference in New Issue
Block a user