zookal/securepay-sxml

This package is abandoned and no longer maintained. No replacement package was suggested.

Official SecurePay XML API (AU) Enables credit-card payments via the SecurePay gateway.

Installs: 60

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Type:magento-module

dev-master 2018-08-27 06:41 UTC

This package is not auto-updated.

Last update: 2020-08-22 07:17:52 UTC


README

Unofficial repository for the Magento SecurePay SecureXML module with patches.

Code pool has been moved to community. The aligent version has code pool local which is in some constellations not useful.

Version 1.0.8.8

Patches

+    protected $_canRefundInvoicePartial = true;
-    protected $_formBlockType = 'SecurePay_Sxml_block_form_cc';
+    protected $_formBlockType = 'Sxml/form_cc';
+            $payment->setCcTransId(''.$transaction_id);
+            $payment->setTransactionId(''.$transaction_id);

In authorize() and capture():

-            Mage::throwException("" . $error);
+            throw new Mage_Payment_Model_Info_Exception((string)$error);

useful in OnePageController::saveOrderAction()

Offical extension in the Magento Store.

Maintainer

Cyrill Schumacher / @SchumacherFM