Open PetrDlouhy opened 3 years ago
I think the implementation needs update
I'm not personally using this backend, and it has not "live" tests, so it's possible it's gone stale.
I'll try and make a table of backends, their status and who's maintaining them, since this is not very clear right now.
I tried to test Coinbase payments, but I not able to make it working. I think, many things may have changed since it the support was implemented.
1) I tried to register on https://commerce.coinbase.com/, but I am unable to get key/secret pair - they have only API key. 2) The API link in #67 redirects to API V2, but in the codebase it the version V1 is used. The V2 doesn't have any
/buttons
endpoint. 3) I tried to run the code, but I am gettingValue for header {ACCESS_NONCE: 16345503021615616} must be of type str or bytes, not <class 'int'>
error. 4) If I changed the code, so that NONCE is str, I am getting error:404 Client Error: Not Found for url: https://api.coinbase.com/v1/buttons
@bogdal Do you still use
django-payments
with Coinbase?Am I doing something wrong, or the whole implementation has to be updated?