Skip to content

Commit

Permalink
Merge pull request #68 from sebastianavina/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
agatto-conekta authored Aug 18, 2022
2 parents de521e2 + 008ff61 commit 29811c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conekta/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,5 +625,5 @@ def events(self, params={}, api_key=None):

class CheckoutOrder(_CreatableResource, _UpdatableResource, _DeletableResource, _FindableResource):

def instance_url(self):
return "orders"
def instance_url(self):
return "orders"

0 comments on commit 29811c0

Please sign in to comment.