X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/18aa8ca52202003e5628a882f3469a04d905cc05..8885fd14f5f040eb3aa69f1d705856f99a1fa572:/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)