Merge branch 'release/v15.33'
This commit is contained in:
@@ -64,8 +64,6 @@ def webhook(request):
|
|||||||
print(webhook_notification.kind) # "subscription_went_past_due"
|
print(webhook_notification.kind) # "subscription_went_past_due"
|
||||||
print(webhook_notification.timestamp) # "Sun Jan 1 00:00:00 UTC 2012"
|
print(webhook_notification.timestamp) # "Sun Jan 1 00:00:00 UTC 2012"
|
||||||
|
|
||||||
return Response(status=200)
|
|
||||||
|
|
||||||
def create_customer(rower,force=False):
|
def create_customer(rower,force=False):
|
||||||
if not rower.customer_id or force:
|
if not rower.customer_id or force:
|
||||||
result = gateway.customer.create(
|
result = gateway.customer.create(
|
||||||
|
|||||||
Reference in New Issue
Block a user