feat: added new setting to debug redsys

This commit is contained in:
2025-02-19 18:44:37 +01:00
parent 44b1efd0ee
commit 52493f6368
3 changed files with 21 additions and 1 deletions
+1
View File
@@ -734,6 +734,7 @@ class Payment(models.Model):
class ShopSettings(SingletonModel):
debug = models.BooleanField(default=True, verbose_name=_("Modo depuración"))
merchant_code = models.CharField(
max_length=9,
blank=False,