Skip to content

Commit

Permalink
[NEW] block address controler
Browse files Browse the repository at this point in the history
  • Loading branch information
njeudy committed Nov 1, 2023
1 parent daa4c21 commit 8a22d9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website_sale_require_login/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ class RequireLoginToCheckout(WebsiteSale):
@http.route(auth="user")
def checkout(self, **post):
return super().checkout(**post)

@http.route(auth="user")
def address(self, **post):
return super().address(**post)

0 comments on commit 8a22d9c

Please sign in to comment.