Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Unofficial repository for the Magento SecurePay SecureXML module with patches

Notifications You must be signed in to change notification settings

Zookal/Magento-SecurePay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magento-SecurePay

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

About

Unofficial repository for the Magento SecurePay SecureXML module with patches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 85.8%
  • HTML 14.2%