coinbase-commerce-ruby
coinbase-commerce-ruby copied to clipboard
Coinbase Commerce Ruby Gem
Reverts coinbase/coinbase-commerce-ruby#8
Fixes #14 and #16
A few days ago appeared new status SIGNED for charges. Also, it's not described [here](https://docs.cloud.coinbase.com/commerce/docs/payment-status). How to interpret this status? Code used ``` client = CoinbaseCommerce::Client.new(api_key: COINBASE_API_KEY) client.charge.retrieve(charge_id)[:timeline].last[:status] ``` Also,...
```Bundler could not find compatible versions for gem "faraday": In Gemfile: coinbase_commerce was resolved to 0.8.7, which depends on faraday (~> 0.10) searchkick (~> 4.0) was resolved to 4.4.4, which...
I don't seem to find a way to [resolve a charge](https://commerce.coinbase.com/docs/api/#resolve-a-charge) using the Ruby client. Is that currently unsupported?
Hello, I seem to be getting error everytime and now I struck. Here is my Node implementation of same validation: let key = process.env.COINBASE_CALLBACK_SECRET; let payload = { "id": 1,...
Add a way to set an image for a charge or a checkout via API. If upload to Coinbase image storage (Cloudinary) is not possible, allow an `image_url`.