-# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
-# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
+# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later.
+# Copyright © Fundacja Wolne Lektury. See NOTICE for more information.
#
import json
from urllib.parse import urlencode
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)