We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da1a4e0 commit 7ef71b3Copy full SHA for 7ef71b3
admin/billing/payment/stripe.go
@@ -125,7 +125,7 @@ func getPaymentCustomerFromStripeCustomer(c *stripe.Customer) *Customer {
125
Name: c.Name,
126
Email: c.Email,
127
HasPaymentMethod: i.Next(),
128
- HasBillableAddress: c.Address != nil && c.Address.PostalCode != "",
+ HasBillableAddress: c.Address != nil,
129
TaxExempt: c.Address != nil && c.Address.Country != "US" && c.Address.Country != "CA",
130
}
131
0 commit comments