feat: changed TPV behaviour
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user