X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/18aa8ca52202003e5628a882f3469a04d905cc05..3ed0c5f12103a5b6e6f3e21ff592e9d1c475d5d0:/src/club/payu/models.py diff --git a/src/club/payu/models.py b/src/club/payu/models.py index d50ee8b75..af384484b 100644 --- a/src/club/payu/models.py +++ b/src/club/payu/models.py @@ -25,7 +25,7 @@ class CardToken(models.Model): class Order(models.Model): - pos_id = models.CharField('POS id', max_length=255) # TODO: redundant? + pos_id = models.CharField('POS id', max_length=255, blank=True) # TODO: redundant? customer_ip = models.GenericIPAddressField('adres IP klienta') order_id = models.CharField('ID zamówienia', max_length=255, blank=True)