mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Add the new 3DSv2 fields
This commit is contained in:
@ -46,6 +46,7 @@ class CustomerAdmin(SearchModelAdmin):
|
||||
@admin.register(BillingInfo)
|
||||
class BillingInfoAdmin(admin.ModelAdmin):
|
||||
list_display = ("first_name", "last_name", "address_1", "city", "country")
|
||||
autocomplete_fields = ("customer",)
|
||||
|
||||
|
||||
@admin.register(Counter)
|
||||
|
Reference in New Issue
Block a user