You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API link in Add support for Coinbase #67 redirects to API V2, but in the codebase it the version V1 is used. The V2 doesn't have any /buttons endpoint.
I tried to run the code, but I am getting Value for header {ACCESS_NONCE: 16345503021615616} must be of type str or bytes, not <class 'int'> error.
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?
The text was updated successfully, but these errors were encountered:
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.
/buttons
endpoint.Value for header {ACCESS_NONCE: 16345503021615616} must be of type str or bytes, not <class 'int'>
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?
The text was updated successfully, but these errors were encountered: