swissup/module-breeze-paradoxlabs-authnetcim

ParadoxLabs authnetcim integration

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:Less

Type:magento2-module

1.0.1 2024-09-30 07:28 UTC

This package is auto-updated.

Last update: 2024-11-30 07:51:38 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);