Hi! Thanks for your library.
It seems that following the README and importing NOWPaymentsSandbox from nowpayments is not possible.
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.
It would be nice if either the Sandbox import would work, or you would update the README to reflect the code.
Thanks!
Hi! Thanks for your library.
It seems that following the README and importing
NOWPaymentsSandboxfromnowpaymentsis not possible.If I do
print(dir(nowpayments))I seeNOWPaymentsbut notNOWPaymentsSandbox. I am temporarily overriding an instance ofNOWPaymentsby 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!