Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 magento,我想为新网关创建一个重复的配置文件,magento 仅支持 paypal 的问题。
正确 - 重复配置文件仍处于测试阶段,PayPal 是目前(从 1.7 开始)第一个(也是唯一一个)支持的支付网关。见这里。
要支持接受信用卡的新网关,您需要编写自己的支付网关来扩展Mage_Payment_Model_Method_Cc和实现Mage_Payment_Model_Recurring_Profile_MethodInterface.
Mage_Payment_Model_Method_Cc
Mage_Payment_Model_Recurring_Profile_MethodInterface