swissup / module-breeze-paradoxlabs-authnetcim
ParadoxLabs authnetcim integration
Package info
github.com/breezefront/module-breeze-paradoxlabs-authnetcim
Language:Less
Type:magento2-module
pkg:composer/swissup/module-breeze-paradoxlabs-authnetcim
1.0.2
2025-12-05 14:00 UTC
Requires
- swissup/module-breeze: ^2.18.0
This package is auto-updated.
Last update: 2026-03-05 14:32:49 UTC
README
This module integrates paradoxlabs/authnetcim module with Breeze Frontend.
Installation
composer require swissup/module-breeze-paradoxlabs-authnetcim bin/magento module:enable Swissup_BreezeParadoxlabsAuthnetcim
Required patches
--- paradoxlabs/authnetcim/view/base/web/js/view/customer/hosted/paymentinfo.js +++ paradoxlabs/authnetcim/view/base/web/js/view/customer/hosted/paymentinfo.js @@ -101,7 +101,7 @@ * Rescroll window upon address confirmation, if needed */ fixScroll: function () { - var topPosition = $('fieldset.payment:first').position().top; + var topPosition = $('fieldset.payment').first().position().top; if (topPosition < window.scrollY) { window.scrollTo(0, topPosition);