Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Fixed bug in authentication_required; added get_order_status() #15

Merged
merged 2 commits into from
May 26, 2021

Conversation

choffstein
Copy link
Contributor

Anytime a method decorated with authentication_required is called with a parameter, an error was being thrown: got multiple values for argument 'self'. This was fixed by replacing self=self with just self.

I also added code to get order status by existing order ID.

@thomgabriel thomgabriel merged commit d8774a3 into quan-digital:master May 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants