我需要将活跃的商家异地支付网关“Direct-Ebanking”/Sofortüberweisung.de添加到我的Spree Commerce项目中。但是,似乎有关于如何执行此操作的NO文档。我能找到的最好的是指向active_merchant中支持的网关列表的链接,在github上读取我。但Spree和Active Merchant究竟如何协同工作?有没有关于如何实现active_Merchant支持的异地网关的简短教程或提示(因为这里的想法是,支持超过信用卡支付)?
非常感谢任何帮助。
谢谢你。
最高
答案 0 :(得分:0)
作为一个起点,你可以查看:https://github.com/fschwahn/spree_payment_network然而,宝石已经过时了。
Spree支持activemerchant,它可以帮助您将任何新的付款方式集成到狂欢中。一个很好的例子是' better_spree_paypal_express'宝石
您也可以查看activemerchant directebanking集成测试文件,作为为spree创建扩展的指南:https://github.com/Shopify/offsite_payments/blob/master/test/unit/integrations/directebanking/directebanking_helper_test.rb