标签: php magento
我正在使用magento,我想为新网关创建一个重复的配置文件,magento只支持paypal的问题。
答案 0 :(得分:0)
正确 - 重复出现的个人资料仍处于测试阶段,PayPal是目前支持的第一个(也是唯一一个)支付网关(截至1.7)。 See here。
要支持接受信用卡的新网关,您需要编写扩展Mage_Payment_Model_Method_Cc并实施Mage_Payment_Model_Recurring_Profile_MethodInterface的支持网关。
Mage_Payment_Model_Method_Cc
Mage_Payment_Model_Recurring_Profile_MethodInterface