braintree_ruby icon indicating copy to clipboard operation
braintree_ruby copied to clipboard

Braintree Ruby library

Results 12 braintree_ruby issues
Sort by recently updated
recently updated
newest added

# Summary See https://github.com/braintree/braintree_ruby/issues/227 which describes the issue of `cardholder_name` instance variable being assigned but not exposed via `attr_reader` unlike the regular `CreditCard` object. # Checklist - [x] Added changelog...

triaged

### General information * SDK/Library version: any * Environment: any * Language, language version, and OS: Ruby, MacOS ### Issue description I'm looking at the docs here: https://developer.paypal.com/braintree/docs/reference/response/apple-pay-card#cardholder_name and the...

triaged

Currently the gem (for example here https://github.com/braintree/braintree_ruby/blob/7d4182b7407bd66061faacadec54960e6c876f72/lib/braintree/http.rb#L138) puts the current time in the log message, however the Logger *also* put the timestamp at the front of the log, so this...

triaged

### General information * SDK/Library version: 4.5.0 * Environment: Both sandbox and production * Language, language version, and OS: Ruby, all versions, cross-platform. ### Issue description While testing for the...

### General information * SDK/Library version: 4.7 but present in master * Environment: N/A * Language, language version, and OS: N/A ### Issue description When calling on `OAuthGateway#revoke_access_token` you could...

triaged

# Summary Fix for https://github.com/braintree/braintree_ruby/issues/223 # Checklist - [x] Added changelog entry (If there isn't an `#unreleased` section, add that and your changelog entry to the top of the changelog)...

triaged

It would be very nice if the gem used a library like Faraday with swappable HTTP backends so that it could be used properly in an EventMachine environment, for example.

### General information * SDK/Library version: 4.14.0 * Environment: Sandbox ### Issue description Is there a way to convert a `Braintree::Transaction` to a hash? I can't seem to call `.attributes`...

### The billing address not working for the Google Pay card with the latest version ![image](https://github.com/braintree/braintree_ruby/assets/15888884/fe27905d-dd6d-412c-a95b-9e8215fde5ee) * SDK/Library version: 4.18.0 ### Issue description I was trying to access the payment...

### General information * SDK/Library version: 4.22.0 * Environment: Sandbox * Language, language version, and OS: Ruby 3.3, macOS ### Issue description When [attempting to pass more data for advanced...