Apply review comments

This commit is contained in:
2025-04-23 15:00:43 +02:00
parent 7c9a966e54
commit 5dc9e24cd0
5 changed files with 69 additions and 50 deletions

View File

@ -234,7 +234,6 @@ class EbouticCheckout(CanViewMixin, UseFragmentsMixin, DetailView):
class EbouticPayWithSith(CanViewMixin, SingleObjectMixin, View):
http_method_names = ["post"]
model = Basket
pk_url_kwarg = "basket_id"