summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2022-02-12 15:27:22 +0000
committertaca <taca@pkgsrc.org>2022-02-12 15:27:22 +0000
commitff2dc2eeb72d367ed79fca57e620db2605a62ccd (patch)
tree3bc5902ee5558a784eae9f0b75f83ff9093d1f44 /finance
parent85bc6c7e3ca11e0fe8b600df72cb576568ac11f4 (diff)
downloadpkgsrc-ff2dc2eeb72d367ed79fca57e620db2605a62ccd.tar.gz
finance/ruby-activemerchant: update to 1.125.0
1.125.0 (2022-01-20) What's Changed * Wompi: add gateway by @therufs in #4173 * Stripe Payment Intents: Add setup_purchase by @aenand in #4178 * IPG: Add Gateway by @ajawadmirza in #4171 * Safe Charge: Add sg_NotUseCVV field by @ajawadmirza in #4177 * PayU Latam: send correct card types for maestro and condensa by @dsmcclain in #4182 * Stripe Payment Intents: refactor response by @aenand in #4183 * Safe Charge: Support string for Add sg_NotUseCVV field by @ajawadmirza in #4185 * Wompi: cast error messages to JSON by @therufs in #4186 * NMI: omit initial_transaction_id for CIT by @aenand in #4189 * Adding Priority gateway by @jessiagee in #4166 * GlobalCollect: Support for Lodging Data by @naashton in #4190 * Wompi: option for installments by @therufs in #4192 * Stripe Payment Intents: Add support for fulfillment_date and event_type by @dsmcclain in #4193 * Paysafe: Adjust logic for sending 3DS field by @meagabeth in #4194 * DLocal: Implement $0 Verify by @dsmcclain in #4184 * EBANX: Added processing_type Gateway Specific Field by @kledoux-spreedly in #4198 * Wompi: do not pass CVV if not provided by @therufs in #4199 * Paysafe: Concatenate credentials for headers by @meagabeth in #4201 * Stripe PI: add_metadata to setup_purchase by @aenand in #4202 * Element (Vantiv Express): Add support for CreditCardCredit action by @dsmcclain in #4203 * Orbital: Add googlepay payment tests by @ajawadmirza in #4205 * Mundipagg: Update success method by @ajawadmirza in #4210 * Worldpay: Add support for Visa Direct Fast Funds Credit by @dsmcclain in #4212 * Paysafe: Add support for stored credentials by @meagabeth in #4214 * Add Canadian institution number for check by @therufs in #4216 * Worldpay: Set default eCommerce indicator for EMVCO network tokens by @shasum in #4215 * Update Canadian institution number handling by @therufs in #4217 * Mercado Pago: Update verify for custom amount by @ajawadmirza in #4219 * Wompi: Add support for Auth and Capture by @rachelkirk in #4218 * Priority: update source and billing address checks by @jessiagee in #4220 * Revert "Remove YAML warning on load_fixtures_method" by @dsmcclain in #4229 * USAePay: Add store test, update authorize param by @jessiagee in #4232 * Orbital: Update google pay validations by @ajawadmirza in #4230 * Priority: Remove bank account tender type by @jessiagee in #4228 * Pin Payments: add void support by @montdidier in #4144 * Wompi: update authorization in capture by @rachelkirk in #4238 * IPG: Update authorization for store by @ajawadmirza in #4233 * Paymentez: Update card mappings by @ajawadmirza in #4237 * Orbital: Quick fix for brand correction by @ajawadmirza in #4242 * Priority: Cleaning up refund method by @jessiagee in #4240 * Priority: update parsing for error messages by @jessiagee in #4245 * GlobalCollect: Support Airline Data by @naashton in #4187 * IPG: Add store error response by @ajawadmirza in #4241 * Adds Multiple Item Codes and Amounts to Cashnet Gateway by @peteroas in #4243 * IPG: verify method bug fixes for core by @ajawadmirza in #4244 * Stripe: Add support for skip_radar_rules by @dsmcclain in #4250 * CyberSource: Add tax fields by @ajawadmirza in #4251 * Kushki: Add support for metadata by @rachelkirk in #4253 * Wompi: Update sandbox and production endpoints by @rachelkirk in #4255 * Orbital: Add SCA Merchant Initiated field by @ajawadmirza in #4256 * GlobalCollect: Update Production Endpoint by @naashton in #4196 * Decidir Plus: Add Gateway Adapter by @naashton in #4264 * Decidir Plus: Update payment reference by @naashton in #4271 * Paysafe: Update redact method by @meagabeth in #4269 * Elavon: third_party_token bug fix by @rachelkirk in #4273 * Add metadata to network_tokenization_credit_card by @mark-sim in #4270 * Decidir Plus: Sub Payment Fields by @naashton in #4274 * PayWay: Update endpoints and response code by @jessiagee in #4281 New Contributors * @kledoux-spreedly made their first contribution in #4198 * @peteroas made their first contribution in #4243 * @mark-sim made their first contribution in #4270
Diffstat (limited to 'finance')
-rw-r--r--finance/ruby-activemerchant/Makefile4
-rw-r--r--finance/ruby-activemerchant/PLIST6
-rw-r--r--finance/ruby-activemerchant/distinfo8
3 files changed, 11 insertions, 7 deletions
diff --git a/finance/ruby-activemerchant/Makefile b/finance/ruby-activemerchant/Makefile
index 3a738e430a3..f16ed2a1100 100644
--- a/finance/ruby-activemerchant/Makefile
+++ b/finance/ruby-activemerchant/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2021/11/09 14:51:23 taca Exp $
+# $NetBSD: Makefile,v 1.14 2022/02/12 15:27:22 taca Exp $
-DISTNAME= activemerchant-1.124.0
+DISTNAME= activemerchant-1.125.0
CATEGORIES= finance
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/finance/ruby-activemerchant/PLIST b/finance/ruby-activemerchant/PLIST
index f740a3247ef..93b051e27f8 100644
--- a/finance/ruby-activemerchant/PLIST
+++ b/finance/ruby-activemerchant/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2021/11/09 14:51:23 taca Exp $
+@comment $NetBSD: PLIST,v 1.13 2022/02/12 15:27:22 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
${GEM_LIBDIR}/CONTRIBUTORS
@@ -67,6 +67,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/cyber_source.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/d_local.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/data_cash.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/decidir.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/decidir_plus.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/dibs.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/digitzs.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/ebanx.rb
@@ -99,6 +100,7 @@ ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/iats_payments.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/in_context_paypal_express.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/inspire.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/instapay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/ipg.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/ipp.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/iridium.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/itransact.rb
@@ -190,6 +192,7 @@ ${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/priority.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/pro_pay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/psigate.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/psl_card.rb
@@ -240,6 +243,7 @@ ${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
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/wompi.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/world_net.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/worldpay.rb
${GEM_LIBDIR}/lib/active_merchant/billing/gateways/worldpay_online_payments.rb
diff --git a/finance/ruby-activemerchant/distinfo b/finance/ruby-activemerchant/distinfo
index 8689a7c08dc..b5fbcff9e5a 100644
--- a/finance/ruby-activemerchant/distinfo
+++ b/finance/ruby-activemerchant/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/11/09 14:51:23 taca Exp $
+$NetBSD: distinfo,v 1.17 2022/02/12 15:27:22 taca Exp $
-BLAKE2s (activemerchant-1.124.0.gem) = 639dd02130a33089dacae29f8cb4719511b0d1f2720676d901dbd1fda65270bf
-SHA512 (activemerchant-1.124.0.gem) = 1833973c13d573012d9ebe04afb88e11b807ae018bc471e71b19d8ccdfa54bf4feb190a3d955b5033d8e9478b913d6446e60805550eba1d38a1800d93a3bf74a
-Size (activemerchant-1.124.0.gem) = 692224 bytes
+BLAKE2s (activemerchant-1.125.0.gem) = 678024ead5713ea8f9e7e655f4a0b0496449c8ef5299586bbbd56a7b5e8206f0
+SHA512 (activemerchant-1.125.0.gem) = 6f43bba4bf11ae808dbf4c8afc39a37af434aac13aa54252ca57ba63fb8ed957d946ed9d40a7009d55b0bf6f6aec4b10bef3c3c9e384d5955f9a3e3631cd86d6
+Size (activemerchant-1.125.0.gem) = 705536 bytes