pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/finance/ruby-activemerchant finance/ruby-activemerchan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/581a4954e851
branches:  trunk
changeset: 384068:581a4954e851
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Aug 26 15:28:27 2022 +0000

description:
finance/ruby-activemerchant: update to 1.126.0

1.126.0 (2022-04-15)

What's Changed

* GlobalCollect: Add support for Naranja and Cabal card types by @dsmcclain
  in #4286
* PayFlow Pro: Add Stored Credentials by @dsmcclain in #4288
* Decidir Plus: Fraud Detection Fields by @naashton in #4289
* Credorax: Update OpCode for Credit transactions by @dsmcclain in #4279
* Revert "Credorax: Update OpCode for Credit transactions" by @dsmcclain in
  #4306
* CE-2343 Bluesnap Idempotency by @drkjc in #4305
* Decidir Plus: Add supported methods by @ajawadmirza in #4284
* Paymentez: Fix authorize for core by @ajawadmirza in #4310
* Orbital: refactor gateway adapter and indicate support for network
  tokenization by @dsmcclain in #4309
* IPG: Remove Uruguay from supported countries by @ajawadmirza in #4311
* Decidir: Add sub_payments sub-fields to gateway by @meagabeth in #4315
* DecidirPlus: Add unstore method by @ajawadmirza in #4317
* Decidir & Decidir Plus: Revise handling of sub_payment sub-fields by
  @meagabeth in #4318
* Decidir Plus: Improve response messaging by @naashton in #4325
* PayU Latam: Refactor/fix failing remote tests by @rachelkirk in #4326
* Global Collect Success Criteria V2 by @peteroas in #4324
* SafeCharge: Change Verify to send 0 amount by @dsmcclain in #4332
* DLocal: Add support for force_type field by @dsmcclain in #4336
* Decidir Plus: name_override option on store by @naashton in #4346
* Stripe PI: test shipping address by @ajawadmirza in #4344
* Priority: Update add_purchases_data method by @drkjc in #4349
* DecidirPlus: Handle payment_method_id by card_brand by @naashton in #4350
* DecidirPlus: debit and payment_method_id fields by @naashton in #4351
* CE- 2403 Priority: Add GSF replay_id by @drkjc in #4352
* Moneris: ensure all remote tests pass by @esmitperez in #4354
* Stripe PI: standardize shipping_address fields by @dsmcclain in #4355
* Airwallex: Support gateway by @therufs in #4342
* Addition of invalid_amount for amount_too_small Stripe error handler by
  @drabbytux in #4319
* Payflow Pro: Add 3DS Support by @esmitperez in #4356
* Small Rubocop Fixes by @dsmcclain in #4358
* DecidirPlus: Add new fields by @ajawadmirza in #4361
* DecidirPlus: Update error_code method by @ajawadmirza in #4364
* Stripe PI: add request_three_d_secure to setup_intent by @aenand in #4365
* Adyen: Add custom amount for verify by @ajawadmirza in #4369
* Airwallex: QA by @therufs in #4367
* Moneris: Add 3DS MPI Fields Support by @esmitperez in #4373
* Duplicate(concat) Address sent - card_connect is concat. address1 and 2
  causing a AVS error by @ali-hassan in #4362
* Cybersource: Remove Pinless Debit Transaction Functionality by @peteroas
  in #4370
* Rapyd: Add gateway support by @meagabeth in #4372
* Cybersource: Fix Existing Tests by @peteroas in #4374
* Airwallex: QA round 2 by @therufs in #4377
* Airwallex: Add descriptor field by @dsmcclain in #4379
* Visanet Peru: use timestamp for purchase number by @naashton in #4378
* Airwallex: Add Stored Credential support by @drkjc in #4382
* Rapyd: Add metadata and ewallet_id options by @naashton in #4387
* Priority: Refactor gateway integration, add additional fields to request
  by @dsmcclain in #4383
* Rapyd: Update type option to pm_type by @naashton in #4391
* Priority: Update verify method signature by @dsmcclain in #4394
* Priority: add settled and voided to list of successful response statuses
  by @dsmcclain in #4397
* Multiple Gateways: Resolve when/case bug by @naashton in #4399
* Airwallex: Add 3DS Global Support by @drkjc in #4395
* Add Cartes Bancaires bin ranges by @leahriffell in #4398
* Release v1.126.0 by @leahriffell in #4402

New Contributors

* @drkjc made their first contribution in #4305
* @drabbytux made their first contribution in #4319
* @ali-hassan made their first contribution in #4362

diffstat:

 finance/ruby-activemerchant/Makefile |  4 ++--
 finance/ruby-activemerchant/PLIST    |  6 +++++-
 finance/ruby-activemerchant/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (66 lines):

diff -r 6408d1a50d66 -r 581a4954e851 finance/ruby-activemerchant/Makefile
--- a/finance/ruby-activemerchant/Makefile      Fri Aug 26 14:55:55 2022 +0000
+++ b/finance/ruby-activemerchant/Makefile      Fri Aug 26 15:28:27 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2022/02/12 15:27:22 taca Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/26 15:28:27 taca Exp $
 
-DISTNAME=      activemerchant-1.125.0
+DISTNAME=      activemerchant-1.126.0
 CATEGORIES=    finance
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 6408d1a50d66 -r 581a4954e851 finance/ruby-activemerchant/PLIST
--- a/finance/ruby-activemerchant/PLIST Fri Aug 26 14:55:55 2022 +0000
+++ b/finance/ruby-activemerchant/PLIST Fri Aug 26 15:28:27 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/02/12 15:27:22 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/08/26 15:28:27 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/CONTRIBUTORS
@@ -18,6 +18,7 @@
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateway.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/adyen.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/airwallex.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/allied_wallet.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/authorize_net_arb.rb
@@ -40,6 +41,7 @@
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/bpoint.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree/braintree_common.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree/token_nonce.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree_blue.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/braintree_orange.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/bridge_pay.rb
@@ -204,6 +206,7 @@
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/quickpay/quickpay_v10.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/quickpay/quickpay_v4to7.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/qvalent.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/rapyd.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/realex.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/redsys.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/s5.rb
@@ -216,6 +219,7 @@
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_au.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/secure_pay_tech.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/securion_pay.rb
+${GEM_LIBDIR}/lib/active_merchant/billing/gateways/simetrik.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/skip_jack.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/smart_ps.rb
 ${GEM_LIBDIR}/lib/active_merchant/billing/gateways/so_easy_pay.rb
diff -r 6408d1a50d66 -r 581a4954e851 finance/ruby-activemerchant/distinfo
--- a/finance/ruby-activemerchant/distinfo      Fri Aug 26 14:55:55 2022 +0000
+++ b/finance/ruby-activemerchant/distinfo      Fri Aug 26 15:28:27 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/02/12 15:27:22 taca Exp $
+$NetBSD: distinfo,v 1.18 2022/08/26 15:28:27 taca Exp $
 
-BLAKE2s (activemerchant-1.125.0.gem) = 678024ead5713ea8f9e7e655f4a0b0496449c8ef5299586bbbd56a7b5e8206f0
-SHA512 (activemerchant-1.125.0.gem) = 6f43bba4bf11ae808dbf4c8afc39a37af434aac13aa54252ca57ba63fb8ed957d946ed9d40a7009d55b0bf6f6aec4b10bef3c3c9e384d5955f9a3e3631cd86d6
-Size (activemerchant-1.125.0.gem) = 705536 bytes
+BLAKE2s (activemerchant-1.126.0.gem) = 728836787de3a488d4d09df6ddbbdac52b9611c42ae1b9bff71c0282a6b71648
+SHA512 (activemerchant-1.126.0.gem) = 89d66fdc4b4b9c1e322a4f67f8216f7bef27487c738467dd0043fc999335ed07ccb8c8606ce8ea40fd80381fe3570ceb2c80cbebcef518a611ec04e0f7c300c8
+Size (activemerchant-1.126.0.gem) = 720384 bytes



Home | Main Index | Thread Index | Old Index