coinbase-commerce-python icon indicating copy to clipboard operation
coinbase-commerce-python copied to clipboard

Coinbase Commerce Python

Results 12 coinbase-commerce-python issues
Sort by recently updated
recently updated
newest added

How can you figure out (in the webhook on `charge:confirmed`) who purchased a product when using Coinbase Checkout? As far as I know there's no way to attach `metadata` when...

## What is the purpose of the change This PR is to fix a flaky test `tests/test_api_client.py::TestApiClient::test_authentication_error`, which can fail after running `tests/test_api_client.py::TestApiClient::test_param_required_error`, but passes when it is run in...

``` AttributeError at /api/payments/create_package_charge/3/ 'NoneType' object has no attribute 'get' File "/coinbase_commerce/api_resources/base/create_api_resource.py" in create 12. response = cls._api_client.post(cls.RESOURCE_PATH, data=params) File "/coinbase_commerce/client.py" in post 109. return self._request('post', *args, **kwargs) File "/coinbase_commerce/client.py"...

Facing issues verifying webhook secrets in django because request.data.decode("utf-8") not works in django, ```No signatures found matching the expected signature```

payment_method = USDC ??? ``` sell = client.sell('2bbf394c-193b-5b2a-9155-3b4732659ede', amount="all", currency="BTC", payment_method="83562370-3e5c-51db-87da-752af5ab9559") ```

Master is currently on version = `1.0.2` but Pypi is on `1.0.1`. Please release 1.0.2 to pypi or down version the docs.

Moves installation instructions to the top for easier parsing by users. In reference to issue #24

It's a little rough to see the code before we know how to install the package. Perhaps consider moving the installation information above the `Documentation` section.