diff options
author | taca <taca@pkgsrc.org> | 2021-06-03 14:39:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-06-03 14:39:07 +0000 |
commit | fe97d4be0555cb11d719eb582d05f5935023a859 (patch) | |
tree | ad72c37e0c2eb715dbe89b6871badb0aab75203b /finance | |
parent | e326ab124a520188234f71915c051e3221e34a96 (diff) | |
download | pkgsrc-fe97d4be0555cb11d719eb582d05f5935023a859.tar.gz |
finance/ruby-activemerchant: update to 1.120.0
1.120.0 (2021-05-31)
* Stripe PI: ensure setup_future_sage and off_session work when using
SetupIntents.
* Orbital: Update commit to accept retry_logic in params [jessiagee] #3890
* Orbital: Update remote 3DS tests [jessiagee] #3892
* Mercado Pago: support Creditel card type [therufs] #3893
* Payeezy: Update error mapping [meagabeth] #3896
* HPS: Add support for stored_credential [cdmackeyfree] #3894
* Orbital: Ensure payment_detail sends for ECP [jessiagee] #3899
* Payeezy: Update error_code_from method [meagabeth] #3900
* Worldpay: Add support for statementNarrative field [meagabeth] #3901
* Mercado Pago: Give ability to pass capture option in authorize txn field
[naashton] #3897
* Orbital: Ensure correct fields sent in refund [jessiagee] #3903
* WorldPay: remove some defaults in billing address [carrigan] #3902
* Adyen: Support for General Credit [naashton] #3904
* Worldpay: reintroduce address1 and city defaults [carrigan] #3905
* Stripe: ensure potentially nested data is scrubbed #3907
* Stripe PI: Send Validate on Payment Method Attach [tatsianaclifton] #3909
* Adyen: Update handling of authorization returned from gateway [meagabeth]
#3910
* Update gateway templates for Rubocop compliance [therufs] #3912 #3895
* Orbital: Send AVSname for all eCheck transactions [jessiagee] #3911
* Litle: update support of customerId field [cdmackeyfree] #3913
* Payment Express: fix signature for verify [therufs] #3914
* Forte: Send xdata fields [dsmcclain] #3915
* PaywayDotCom: Add New Gateway [DanAtPayway] #3898
* Orbital: Remove unnecessary requirements [jessiagee] #3917
* SafeCharge (Nuvei): Add network tokenization support [DStoyanoff] #3847
* Stripe PI: Enhance testing of SetupIntents API #3908
* SafeCharge (Nuvei): Fix NT related bug [jimilpatel24] #3921
* Worldpay: Only override cardholdername for 3ds tests [curiousepic] #3918
* Orbital: Add support for general credit [meagabeth] #3922
* Banco Sabadell: Ensure sca_exemption field is used #3923
* Redsys: Refactor XML character escape logic #3925
* HPS: Strip zip codes of non-alphanumeric characters [dsmcclain] #3926
* Orbital: $0 PreNote using authorize for eCheck force_capture [jessiagee]
#3927
* Worldpay: synchronous response changes [naashton] #3928
* PaywayDotCom: Add more thorough scrubbing [tatsianaclifton] #3929
* Remove CONTRIBUTING.md and update README.md to reflect new repository wiki
[dsmcclain] #3930
* Qvalent: Add customer_reference_number [fredo-] #3931
* Orbital: Add 'ND' ECPActionCode to $0 Prenote Check [jessiagee] #3935
* Checkout: Add support for stored_credential [meagabeth] #3934
* Credorax: Add support for 3ds_reqchallengeind [dsmcclain] #3936
* Adyen: cancelOrRefund endpoint when passed as option [naashton] #3937
* Qvalent: Add customer reference number FIX [fredo-] #3939
* Orbital: Pass line_items in capture [jessiagee] #3941
* BraintreeBlue: Add support for $0 auth verification [meagabeth] #3944
* JCB: Add additional BIN ranges [dsmcclain] #3946
* vPOS: Support new gateway type [therufs] #3906
* Braintree: Add support for AVS and CVV results in $0 credit card
verification transactions [meagabeth] #3951
* Braintree: Return cvv_code and avs_code in response [meagabeth] #3952
* vPOS: Stringify values [therufs] #3954
* Payeezy: Send level2 fields [dsmcclain] #3953
* Credorax: adjust logic for sending 3ds shipping address fields [dsmcclain]
#3959
* Orbital: Ensure ECP always sends AVSName [jessiagee] #3963
* Orbital: Add middle name to EWSMiddleName for ECP [jessiagee] #3962
* Support Canadian Bank Accounts [naashton] #3964
* Windcave/Payment Express: Add support for AvsAction and EnableAVSData
fields [meagabeth] #3967
* CyberSource: Update XML tag for merchantDefinedData [meagabeth] #3969
* Elavon: Send ssl_vendor_id field [dsmcclain] #3972
* Credorax: Add support for echo field [meagabeth] #3973
* Worldpay: support cancelOrRefund via options [therufs] #3975
* Payeezy: support general credit [cdmackeyfree] #3977
* Ripley and Hipercard: Add BIN ranges [naashton] #3978
* Adyen: Default card holder name for credit cards [shasum] #3980
* PaywayDotCom: make source_id a required field [dsmcclain] #3981
* Qvalent: remove pem_password from required credentials [dsmcclain] #3982
* Authorize.net: Fix stored credentials [tatsianaclifton] #3971
* CyberSource: Add support for multiple new fields [dsmcclain] #3984
* CASHNet: Update gateway adapter [dsmcclain] #3986
* Elavon: Send ssl_vendor_id field via options on gateway initialization
[dsmcclain] #3989
* Braintree: Bump required braintree gem version to 3.0.1 #3987
Diffstat (limited to 'finance')
-rw-r--r-- | finance/ruby-activemerchant/Makefile | 4 | ||||
-rw-r--r-- | finance/ruby-activemerchant/PLIST | 4 | ||||
-rw-r--r-- | finance/ruby-activemerchant/distinfo | 10 |
3 files changed, 10 insertions, 8 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile index 4106512ef63..df889ab1d60 100644 --- a/finance/ruby-activemerchant/Makefile +++ b/finance/ruby-activemerchant/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2021/02/13 10:23:02 taca Exp $ +# $NetBSD: Makefile,v 1.10 2021/06/03 14:39:07 taca Exp $ -DISTNAME= activemerchant-1.119.0 +DISTNAME= activemerchant-1.120.0 CATEGORIES= finance MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST index 8bd7fb5acc6..966aae6e87b 100644 --- a/finance/ruby-activemerchant/PLIST +++ b/finance/ruby-activemerchant/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2021/02/05 16:13:03 taca Exp $ +@comment $NetBSD: PLIST,v 1.10 2021/06/03 14:39:07 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/CHANGELOG ${GEM_LIBDIR}/CONTRIBUTORS @@ -182,6 +182,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paystation.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payu_in.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payu_latam.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payway.rb +${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payway_dot_com.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pin.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/plugnpay.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pro_pay.rb @@ -230,6 +231,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/vanco.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/verifi.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/viaklix.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/visanet_peru.rb +${GEM_LIBDIR}/lib/active_merchant/billing/gateways/vpos.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/webpay.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/wepay.rb ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/wirecard.rb diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo index 9dce53e1dd0..fbbe102cb75 100644 --- a/finance/ruby-activemerchant/distinfo +++ b/finance/ruby-activemerchant/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2021/02/13 10:23:02 taca Exp $ +$NetBSD: distinfo,v 1.11 2021/06/03 14:39:07 taca Exp $ -SHA1 (activemerchant-1.119.0.gem) = eccab95fe677cee8e528ab9766030bbd8a50daba -RMD160 (activemerchant-1.119.0.gem) = e6a534845363ecb5dc3beb76bc318d5a56d9f9cf -SHA512 (activemerchant-1.119.0.gem) = 684c1515619e115d2aa0e276512dfe2a256d34b256eddc74a9b8962be2323539504d79ea71892143b51d5af00089270319cf65f35088103c2fc1cb6188a41e8d -Size (activemerchant-1.119.0.gem) = 690688 bytes +SHA1 (activemerchant-1.120.0.gem) = d1099e9663cf9842661f3832169ec297073ef8db +RMD160 (activemerchant-1.120.0.gem) = d2024d8c19ef65067975100f78ccaa0dc8e721e2 +SHA512 (activemerchant-1.120.0.gem) = 1484db7d2193731e3150520b01ef0b9dae5ed262f4468671e737546828b157d368d389cc56337350f5100e027ce8f42540e3a74ca1aca20d6cafd36cc1ce6a34 +Size (activemerchant-1.120.0.gem) = 670208 bytes |