API zásilkovna hotovo
This commit is contained in:
2
backend/thirdparty/gopay/models.py
vendored
2
backend/thirdparty/gopay/models.py
vendored
@@ -8,7 +8,7 @@ from django.utils import timezone
|
||||
class GoPayPayment(models.Model):
|
||||
# Optional user association
|
||||
user = models.ForeignKey(
|
||||
settings.AUTH_USER_MODEL, on_delete=models.SET_NULL, null=True, blank=True, related_name="gopay_payments"
|
||||
settings.AUTH_USER_MODEL, on_delete=models.DO_NOTHING, null=True, blank=True, related_name="gopay_payments"
|
||||
)
|
||||
|
||||
# External identifiers and core attributes
|
||||
|
||||
Reference in New Issue
Block a user