summaryrefslogtreecommitdiff
path: root/finance/ruby-activemerchant
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2021-09-18 15:42:01 +0000
committertaca <taca@pkgsrc.org>2021-09-18 15:42:01 +0000
commita512f2655d4dc4c06f0b8b00fe0726b2db6a58db (patch)
tree42f1d685839b63c7809e797ddbe38fc1f75a03a5 /finance/ruby-activemerchant
parentacd047efd5b8c534bdf1bbeb727d72d41f94f485 (diff)
downloadpkgsrc-a512f2655d4dc4c06f0b8b00fe0726b2db6a58db.tar.gz
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
Diffstat (limited to 'finance/ruby-activemerchant')
-rw-r--r--finance/ruby-activemerchant/Makefile4
-rw-r--r--finance/ruby-activemerchant/PLIST7
-rw-r--r--finance/ruby-activemerchant/distinfo10
3 files changed, 13 insertions, 8 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile
index 212e2486b62..97d94f58288 100644
--- a/finance/ruby-activemerchant/Makefile
+++ b/finance/ruby-activemerchant/Makefile
@@ -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
diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST
index 966aae6e87b..115c1023d39 100644
--- a/finance/ruby-activemerchant/PLIST
+++ b/finance/ruby-activemerchant/PLIST
@@ -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/billing/gateways/migs.rb
${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/billing/gateways/orbital/orbital_soft_descript
${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/billing/gateways/paypal_ca.rb
${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/billing/network_tokenization_credit_card.rb
${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
diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo
index 70c54faf641..180d599039e 100644
--- a/finance/ruby-activemerchant/distinfo
+++ b/finance/ruby-activemerchant/distinfo
@@ -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