All Versions
151
Latest Version
Avg Release Cycle
56 days
Latest Release
-
Changelog History
Page 14
Changelog History
Page 14
-
v2.6.3 Changes
- โ Allow passing of existing shipping_address_id on new transactions
-
v2.6.2 Changes
- โ Added billing_address_id to allowed parameters for credit cards create and update
- Allow searching on subscriptions that are currently in a trial period using in_trial_period
-
v2.6.1 Changes
- ๐ Now supports ruby 1.9.1 and 1.9.2
-
v2.6.0 Changes
- โ Added ability to perform multiple partial refunds on Transactions
- Deprecated Transaction refund_id in favor of refund_ids
- โ Added Braintree::Address::CountryNames, a list of the country names/codes that the gateway accepts (thanks r38y[https://github.com/r38y])
- Added revert_subscription_on_proration_failure flag to Subscription update that specifies how a Subscription should react to a failed proration charge
- Deprecated Subscription next_bill_amount in favor of next_billing_period_amount
- โ Added new fields to Subscription:
- balance
- paid_through_date
- next_billing_period_amount
-
v2.5.2 Changes
- โ Removed ssl expiration check
- ๐ง Lazy initialize Configuration.logger when directly instantiating configuration
-
v2.5.1 Changes
- ๐ง Lazy initialize Configuration.logger to fix bug with ssl expiration check
-
v2.5.0 Changes
- โ Added AddOns/Discounts
- โจ Enhanced Subscription search
- โจ Enhanced Transaction search
- ๐ง Made gateway operations threadsafe when using multiple configurations
- ๐ Allowed prorate_charges to be specified on Subscription update
- โ Added AddOn/Discount details to Transactions that were created from a Subscription
- โ Added Expired and Pending statuses to Subscription
- โ Added constants for CreditCardVerification statuses
- ๐ Renamed GatewayRejectionReason constants to make them more idiomatic
- โ Removed 13 digit Visa Sandbox Credit Card number and replaced it with a 16 digit Visa
- โ Added refund class method on Transaction
- ๐ Deprecated instance methods on Resource classes in favor of class methods
- โ Added new fields to Subscription:
- billing_day_of_month
- days_past_due
- first_billing_date
- never_expires
- number_of_billing_cycles
-
v2.4.0 Changes
- โ Added unified message to result objects
- Added ability to specify country using country_name, country_code_alpha2, country_code_alpha3, or country_code_numeric (see ISO_3166-1[https://en.wikipedia.org/wiki/ISO_3166-1])
- Added gateway_rejection_reason to Transaction and Verification
- โ Added delete as a class method on CreditCard (in addition to the existing instance method)
- ๐ Allow searching with Date objects (in addition to DateTime and Time objects)
- When creating a Subscription, return failed transaction on the ErrorResult if the initial transaction is not successful
-
v2.3.1 Changes
- ๐ Fixed gem packaging
-
v2.3.0 Changes
- โ Removed dependency on libxml -- it will still be used if libxml is explicitly required or it will fall back on rexml
- โ Added unified TransparentRedirect url and confirm methods and deprecated old methods
- Allow updating the payment_method_token on a subscription
- โ Added methods to link a Transaction with its refund and vice versa
- ๐ Allow card verification against a specified merchant account
- โ Added ability to update a customer, credit card, and billing address in one request