All Versions
151
Latest Version
Avg Release Cycle
56 days
Latest Release
-
Changelog History
Page 8
Changelog History
Page 8
-
v2.55.0 Changes
- ➕ Add VenmoAccount
- ➕ Add support for Set Transaction Context supplementary data
-
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