We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! Thanks for your library.
It seems that following the README and importing NOWPaymentsSandbox from nowpayments is not possible.
NOWPaymentsSandbox
nowpayments
If I do print(dir(nowpayments)) I see NOWPayments but not NOWPaymentsSandbox. I am temporarily overriding an instance of NOWPayments by changing the two fields as in here https://github.com/Ventura94/NOWPayments-Python-API/blob/main/nowpayments/sandbox.py#L13-L14 for the time being.
print(dir(nowpayments))
NOWPayments
It would be nice if either the Sandbox import would work, or you would update the README to reflect the code.
Thanks!
The text was updated successfully, but these errors were encountered:
You can use from nowpayments.sandbox import NOWPaymetsSandbox. I'll correct the readme right away. Thanks a lot
Sorry, something went wrong.
No branches or pull requests
Hi! Thanks for your library.
It seems that following the README and importing
NOWPaymentsSandbox
fromnowpayments
is not possible.If I do
print(dir(nowpayments))
I seeNOWPayments
but notNOWPaymentsSandbox
. I am temporarily overriding an instance ofNOWPayments
by changing the two fields as in here https://github.com/Ventura94/NOWPayments-Python-API/blob/main/nowpayments/sandbox.py#L13-L14 for the time being.It would be nice if either the Sandbox import would work, or you would update the README to reflect the code.
Thanks!
The text was updated successfully, but these errors were encountered: