Skip to content

Commit

Permalink
chore: new fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Dec 29, 2024
1 parent 755b811 commit 724e954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/budy/models/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ def setup(cls):
super(Order, cls).setup()
if "easypay" in cls._pproviders():
cls._get_api_easypay()
if "easypay_v2" in cls._pproviders():
cls._get_api_easypay_v2()

@classmethod
def list_names(cls):
Expand Down

0 comments on commit 724e954

Please sign in to comment.