forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
taca
committed
Jun 3, 2021
1 parent
80ec323
commit 7066325
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.8 2021/05/04 15:20:44 taca Exp $ | ||
$NetBSD: distinfo,v 1.9 2021/06/03 14:44:21 taca Exp $ | ||
|
||
SHA1 (braintree-3.4.0.gem) = 0c8a09325c5a42c6246738c0d99cc8e14d4079db | ||
RMD160 (braintree-3.4.0.gem) = 68f7df0d0708a1934f6a9c3c85746985feef820d | ||
SHA512 (braintree-3.4.0.gem) = e67b6cd3340efe6c8cf10cc994c0d71bc68479256d8b24686e2380d33ea84bba3f344e9fd3069541eed6bd69896e2f85aa8904b494a5f396b6d7dff8a5c0be5f | ||
Size (braintree-3.4.0.gem) = 219136 bytes | ||
SHA1 (braintree-4.1.0.gem) = 49efcce0554c5835000b5ddcb9832dc66b40bfca | ||
RMD160 (braintree-4.1.0.gem) = 5cc65ec52167d51dd68eb15c99c50c1e4032b50d | ||
SHA512 (braintree-4.1.0.gem) = 597142b5ec9319562fef420020c8c70a14b54071386e81ee5ef684ead88f54c36fcd44490da540b55ef911fdedd2e8c496991c4c6cb5b88255114b050e461c56 | ||
Size (braintree-4.1.0.gem) = 222208 bytes |