feat: changed TPV behaviour

This commit is contained in:
Pablo Moreno
2025-01-12 22:40:46 +01:00
parent fc0cdad246
commit a733325529
43 changed files with 1036 additions and 1100 deletions
+11
View File
@@ -14,6 +14,7 @@ from shop.models import (
ProductPrice,
Provider,
ShippingMethod,
ShopSettings,
Tag,
Tax,
)
@@ -155,3 +156,13 @@ class ProductCategoryAdmin(ModelAdmin):
"hidden",
"show_in_navbar",
)
@admin.register(ShopSettings)
class ShopSettingsAdmin(ModelAdmin):
list_display = (
"id",
"merchant_code",
"currency_code",
"terminal",
)