We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a35b94 commit c72c19bCopy full SHA for c72c19b
1 file changed
wlhosted/payments/models.py
@@ -100,6 +100,7 @@ class Customer(models.Model):
100
vat_validated = models.DateTimeField(blank=True, null=True, db_index=True)
101
vat_validation_state = models.PositiveSmallIntegerField(
102
db_index=True,
103
+ default=0,
104
)
105
vat_validation_error = models.JSONField(
106
default=dict, blank=True, encoder=DjangoJSONEncoder
0 commit comments