Path to this page:
Subject: CVS commit: pkgsrc/finance/ruby-braintree
From: Takahiro Kambe
Date: 2021-06-03 16:44:21
Message id: 20210603144421.CBF4CFA95@cvs.NetBSD.org
Log Message:
finance/ruby-braintree: update to 4.1.0
4.1.0 (2021-05-25)
* Add payment_reader_card_details parameter to Transaction.sale
* Add webhook sample for GrantedPaymentMethodRevoked
* Add skip_advanced_fraud_checking to:
- Customer#create and Customer#update
- PaymentMethod#create and PaymentMethod#update
- CreditCard#create and CreditCard#update
* Include rexml in Gemspec (fixes #214)
* Fix incorrect error code constants (fixes #213)
- PaymentMethodNonceConsumed is now 93107
- CannotForwardPaymentMethodType is now 93106
4.0.0 (2021-05-10)
* Breaking Changes
- Update gemspec to require ruby >= 2.6.0
- Remove ExternalVault::CardTypeIsInvalid error code
- Remove RiskData::CustomerBrowserIsTooLong error code
- Remove paypal_vault_without_upgrade parameter from PaymentMethod#create
- Add PaymentMethodNonceDetails and PaymentMethodNonceDetailsPayerInfo
o PaymentMethodNonce#details is now an instance of
PaymentMethodNonceDetails rather than a hash
o PaymentMethodNonceDetails#payer_info is now an instance of
PaymentMethodNonceDetailsPayerInfo rather than a hash
* Add phone_number to Address
* Add paypal_messages to Dispute
* Add tax_identifiers parameter to Customer.create and Customer.update
* Add chargeback_protection_level into dispute search
* Make libxml-ruby an optional dependency instead of required (addresses
JRuby incompatibility issues raised in #203 and #205)
Files: