pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/finance/ruby-activemerchant



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep 18 15:42:01 UTC 2021

Modified Files:
        pkgsrc/finance/ruby-activemerchant: Makefile PLIST distinfo

Log Message:
finance/ruby-activemerchant: update to 1.122.0

Version 1.122.0 (2021-08-03)

* Orbital: Correct success logic for refund [tatsianaclifton] #4014
* usaepay: Added pin gateway setting [DustinHaefele] #4026
* MercadoPago: Added external_reference, more payer object options, and
  metadata field [DustinHaefele] #4020
* Element: Add duplicate_override_flag [almalee24] #4012
* PayTrace: Support gateway [meagabeth] #3985
* vPOS: Support credit + refund [therufs] #3998
* PayArc: Support gateway [senthil-code] #3974
* NMI: Support cardholder_auth field for 3DS2 [cdmackeyfree] #4002
* Confiable: Support cardtype [therufs] #4004
* Maestro: Add BIN [therufs] #4003
* PayULatam: Ensure phone number is pulled from shipping_address correctly
  [dsmcclain] #4005
* SafeCharge: Add challenge_preference for 3DS [klaiv] #3999
* Adyen: Pass networkTxReference in all transactions [naashton] #4006
* Adyen: Ensure correct transaction reference is selected [dsmcclain] #4007
* PayTrace: Support level_3_data fields [meagabeth] #4008
* BluePay: Add support for Stored Credentials [dsmcclain] #4009
* Orbital: Add support for SCARecurringPayment [jessiagee] #4010
* Braintree: Support recurring_first and moto reasons [curiousepic] #4013
* PayTrace: Adjust capture method [meagabeth] #4015
* BarclaysEpdqExtraPlus: updated custom_eci test + remote tests [yyapuncich]
  #4022
* CyberSource: Add customerID field [deemeyers] #4025
* CyberSource: Adjust Auth [naashton] #3956
* Valid Canadian Institution Numbers [naashton] #4024
* PayTrace: Adjust purchase and capture methods to handle MultiResponse
  scenarios [meagabeth] #4027
* Payflow: Add support for MERCHDESCR field [rachelkirk] #4028
* PayTrace: Support $0 authorize in verify method [meagabeth] #4030
* PayArc: Add error_code in response [cdm-83] #4021
* Update bank routing account validation check [jessiagee] #4029
* Kushki: Add 'contactDetails' fields [mbreenlyles] #4033
* Adyen: Truncating order_id and remote test [yyapuncich] #4036
* CyberSource: Allow string content for Ignore AVS/CVV flags [curiousepic]
  #4043
* Decidir: Update validation error message handling [arbianchi] #4042
* Authorize.net: Remove cardholderAuthentication for non-3DS transactions
  [BritneyS] #4045
* BlueSnap: Handle 429 errors [britth] #4044
* Orbital: Update unit test files [meagabeth] #4046
* Orbital: Strip null characters from responses [britth] #4041
* Merchant Warrior: Handle invalid XML responses [arbianchi] #4047
* Braintree: Fix NoMethodError for failed card verification [molbrown] #4048
* Worldpay: Accepting 3DS1 and 3DS2 authentication data from external MPI
  [chandan-PS] #4017
* PayArc: Currency and parameters updates [jessiagee] #4051
* Elavon: Add support for special characters [mbreenlyles] #4049
* PayArc: Formatting CC month, adding tax_rate, removing default void reason
  [jessiagee] #4053
* Kushki: Add support for fullResponse field [rachelkirk] #4057
* Element: Add support for MerchantDescriptor field [BritneyS] #4058
* PayArc: Added email and phone to credit and charge [jessiagee] #4056
* Mundipagg: Added support for 'authentication_secret_key' for 'api_key'
  overwrite [DustinHaefele] #4059
* Payflow: Raise an error if store method is called [dsmcclain] #4066
* Monei: JSON API implementation [jimmyn] #3613
* Maestro: Update BINs [therufs] #4067
* Monei: Change domain to monei.com [jimmyn] #4068
* Spreedly: Support gateway_specific_response_fields in response params
  [abarrak] #4064
* Payeezy: Add support for add_soft_descriptors [rachelkirk] #4069
* Stripe Payment Intents: Add support for network_transaction_id field
  [cdmackeyfree] #4060
* Worldpay: Support 'CAPTURED' response for authorize transactions
  [naashton] #4070
* Ingenico (Global Collect): New idempotence key header [BritneyS] #4073
* PayTrace: Adjust handling of line_items subfields [meagabeth] #4074
* Worldpay: Correct Expiration Year Format [tatsianaclifton] #4076
* Monei: Improve Scrub Regex [tatsianaclifton] #4072
* Payflow: add THREEDSVERSION and DSTRANSACTIONID when present [bbraschi]
  #4075

1.121.0 (2021-06-09)

* Braintree: Lift restriction on gem version to allow for backwards
  compatibility [naashton] #3993
* Payment Express/Windcave: Send amount on verify calls [cdmackeyfree] #3995
* Orbital: Use billing_address name as fallback [curiousepic] #3966
* vPOS: handle shop_process_id correctly [therufs] #3996
* Checkout v2: Support metadata field [saschakala] #3992
* Adyen: Support networkTxReference field [naashton] #3997
* Paypal Express: Enable PayPal express reference transaction request to
  send merchant session id [janees-e] #3994


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/finance/ruby-activemerchant/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/finance/ruby-activemerchant/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/finance/ruby-activemerchant/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/ruby-activemerchant/Makefile
diff -u pkgsrc/finance/ruby-activemerchant/Makefile:1.11 pkgsrc/finance/ruby-activemerchant/Makefile:1.12
--- pkgsrc/finance/ruby-activemerchant/Makefile:1.11    Mon Jun 14 15:23:12 2021
+++ pkgsrc/finance/ruby-activemerchant/Makefile Sat Sep 18 15:42:01 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2021/06/14 15:23:12 taca Exp $
+# $NetBSD: Makefile,v 1.12 2021/09/18 15:42:01 taca Exp $
 
-DISTNAME=      activemerchant-1.121.0
+DISTNAME=      activemerchant-1.123.0
 CATEGORIES=    finance
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/finance/ruby-activemerchant/PLIST
diff -u pkgsrc/finance/ruby-activemerchant/PLIST:1.10 pkgsrc/finance/ruby-activemerchant/PLIST:1.11
--- pkgsrc/finance/ruby-activemerchant/PLIST:1.10       Thu Jun  3 14:39:07 2021
+++ pkgsrc/finance/ruby-activemerchant/PLIST    Sat Sep 18 15:42:01 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/06/03 14:39:07 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2021/09/18 15:42:01 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/CONTRIBUTORS
@@ -127,6 +127,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/migs/migs_codes.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/modern_payments.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/modern_payments_cim.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/moka.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/monei.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/moneris.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/money_movers.rb
@@ -150,12 +151,14 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pac_net_raven.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pagarme.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pago_facil.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_arc.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_conex.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_gate_xml.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_hub.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_junction.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_junction_v2.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_secure.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pay_trace.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paybox_direct.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payeezy.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payex.rb
@@ -177,6 +180,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_digital_goods.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_express.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paypal_express_common.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paysafe.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payscout.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/paystation.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/payu_in.rb
@@ -244,6 +248,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billin
 ${GEM_LIBDIR}/lib/active_merchant/billing/payment_token.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/rails.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/response.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/three_d_secure_eci_mapper.rb
 ${GEM_LIBDIR}/lib/active_merchant/connection.rb
 ${GEM_LIBDIR}/lib/active_merchant/country.rb
 ${GEM_LIBDIR}/lib/active_merchant/empty.rb

Index: pkgsrc/finance/ruby-activemerchant/distinfo
diff -u pkgsrc/finance/ruby-activemerchant/distinfo:1.12 pkgsrc/finance/ruby-activemerchant/distinfo:1.13
--- pkgsrc/finance/ruby-activemerchant/distinfo:1.12    Mon Jun 14 15:23:12 2021
+++ pkgsrc/finance/ruby-activemerchant/distinfo Sat Sep 18 15:42:01 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/06/14 15:23:12 taca Exp $
+$NetBSD: distinfo,v 1.13 2021/09/18 15:42:01 taca Exp $
 
-SHA1 (activemerchant-1.121.0.gem) = ab57f0c1793d7ee6390daeedb48cb9f04917fd6f
-RMD160 (activemerchant-1.121.0.gem) = 674b9b0b73f1ec99cbdb88bdf1c2b63df953faa7
-SHA512 (activemerchant-1.121.0.gem) = 9e0ce51a4583246a57831cd82cdd37b4d0741d80e7c3a05124bc8c53c4f1b648167af791e48513d6524a6f91c2c65d9ca179571d56f601a000fc5b07ca871fdb
-Size (activemerchant-1.121.0.gem) = 670720 bytes
+SHA1 (activemerchant-1.123.0.gem) = 1a1f7ed5f9be70f268ad3ea852d0dcefb8673b77
+RMD160 (activemerchant-1.123.0.gem) = 3e034c65450d6c4b02b12eb6e78355756a6e9ba6
+SHA512 (activemerchant-1.123.0.gem) = f3b58c436e3cbfd37d7354a9973cf8fe64232cc0b0876c541dc2c77dafb3126603dca40ac4035eb946c95a1e7b067e420f4ac9e9fba4a8a14026ca77f39c3d34
+Size (activemerchant-1.123.0.gem) = 686592 bytes



Home | Main Index | Thread Index | Old Index