opennode-node
opennode-node copied to clipboard
Payouts failed with 404
Payouts fail with a 404 not found. I think this is because the base URL is configured with /v1/ but payouts are located on /v2/payouts. It took me a bit of debugging (I thought at first they were disabled on the development environment, but I used HTTPie to confirm this isn't the case), but I do believe that is the cause. I should mention I'm using the latest version of the git repo because the latest NPM version doesn't include payouts support yet.
I submitted a pull request (#18) to fix this issue.