diff --git a/djstripe/models.py b/djstripe/models.py index 0f619dbf5b..b0fc1a3b31 100644 --- a/djstripe/models.py +++ b/djstripe/models.py @@ -797,7 +797,7 @@ class Customer(StripeObject): ) # email = StripeTextField(null=True) - shipping = StripeJSONField(null=True, help_text="Shipping information associated with the customer.") + shipping = StripeJSONField(stripe_required=False, help_text="Shipping information associated with the customer.") # dj-stripe fields subscriber = ForeignKey(