zookal / securepay-sxml
此包已被弃用且不再维护。未建议替代包。
                                        
                    
                    官方SecurePay XML API(澳)通过SecurePay网关启用信用卡支付。
    dev-master
    2018-08-27 06:41 UTC
Requires
This package is not auto-updated.
Last update: 2020-08-22 07:17:52 UTC
README
非官方的Magento SecurePay SecureXML模块补丁存储库。
代码池已移动到 community。aligent 版本的代码池为 local,在某些情况下可能不太有用。
版本 1.0.8.8
补丁
+    protected $_canRefundInvoicePartial = true;
-    protected $_formBlockType = 'SecurePay_Sxml_block_form_cc';
+    protected $_formBlockType = 'Sxml/form_cc';
+            $payment->setCcTransId(''.$transaction_id);
+            $payment->setTransactionId(''.$transaction_id);
在 authorize() 和 capture() 中
-            Mage::throwException("" . $error);
+            throw new Mage_Payment_Model_Info_Exception((string)$error);
在 OnePageController::saveOrderAction() 中使用
在 Magento 商店 中的官方扩展。
维护者
Cyrill Schumacher / @SchumacherFM