All Versions
150
Latest Version
Avg Release Cycle
56 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v2.54.0 Changes
- Treat dispute date_opened and date_won attributes as Dates. Note: in versions 2.51.0-2.53.0, the dispute date_opened and date_won attributes were incorrectly parsed as strings. We pulled them off RubyGems to prevent the incorrect code from being downloaded.
-
v2.53.0 Changes
- ๐ This version of the library was removed from RubyGems. See the note on 2.54.0 for further explanation.
- โ Adds options to skip avs and cvv checks for a single transaction
-
v2.52.0 Changes
- ๐ This version of the library was removed from RubyGems. See the note on 2.54.0 for further explanation.
- โ Add Amex Express Checkout payment method
- ๐ Fix bug where Customer#payment_methods didn't include Android Pay cards
-
v2.51.0 Changes
- ๐ This version of the library was removed from RubyGems. See the note on 2.54.0 for further explanation.
- ๐ Fixes bug with signature of partner oauth connect url
- Adds date_won, date_opened and kind to dispute webhook parsing
- ๐ Make grant a method on PaymentMethod and not just CreditCard
-
v2.50.0 Changes
- โ Adds support for nonce granting to CreditCards
- โ Adds FacilitatorDetails for facilitated transactions
- Adds authorized_transaction_id, partial_settlement_transaction_ids and facilitator_details attr_readers to Transaction
- โ Adds support for Transaction#sale with raw Apple Pay parameters
- Adds Merchant.provision_raw_apple_pay
- ๐ Relaxes constraints on TrasnactionSearch#source
- โ Adds Check WebhookNotifications
- Adds Transaction.submit_for_partial_settlement
-
v2.49.0 Changes
- โ Remove Amex Pay with Points response from Transaction.sale response
- โ Add expired? method to Apple Pay card
- โ Add customer_id property to +AndroidPayCard+, +ApplePayCard+, +CoinbaseAccount+, +EuropeBankAccount+, +PaypalAccount+, and +UnknownPaymentMethod+
- โ Add new error +ProcessorDoesNotSupportAuths+
-
v2.48.1 Changes
- ๐ Fix issue in TestTransaction spec
- ๐ Fix issue with LibXML causing a segfault when using Ruby version 2.0.0
-
v2.48.0 Changes
- โ Add support for Amex rewards transactions
- Add billing_agreement_id to PayPalAccount
- ๐ Fix bug in TestingGateway#check_environment
-
v2.47.0 Changes
- โ Add {ApplePayDetails,ApplePayCard,AndroidPayDetails,AndroidPayCard}#source_description
- Add AndroidPayDetails#source_card_type, #source_card_last_4
- Add PaypalDetails#description, #transaction_fee_amount, #transaction_fee_currency_iso_code
- โ Add new card-specific Android Pay test nonces
- โ Add various other test nonces
-
v2.46.0 Changes
- โ Add oauth support