CCAvenue 支付网关与 rails 应用程序的集成
Posted
技术标签:
【中文标题】CCAvenue 支付网关与 rails 应用程序的集成【英文标题】:CCAvenue payment gateway integration with rails app 【发布时间】:2013-05-03 12:43:15 【问题描述】:我想将 ccavenue 支付网关集成到我的 rails 应用程序中,提供一些关于如何实现网关的指南
我曾尝试过 Activemerchant_ccavenue,但没有成功.....赞赏集成示例示例
【问题讨论】:
【参考方案1】:自述文件页面本身给出了示例用法:
创建一个初始化器,例如initializers/payment.rb
。添加以下行:
ActiveMerchant::Billing::Integrations::Ccavenue.setup do |cca|
cca.merchant_id = M_blahpache_5678 #your CCAvenue merchant id from the working key generation page
cca.work_key = 6abc0ty90e0v7jk9hj #your CCAvenue working key
end
CCAVENUE_ACCOUNT = 'youraccountname'
CCAvenue integration for ActiveMerchant - README
那么你都尝试了什么呢?你得到什么错误?
【讨论】:
未初始化常量 ActiveMerchant::Billing::Integrations::Helper 这个库很旧并且没有得到积极的维护,所以必须深入研究源代码并使其工作。如果你知道我的意思 感谢您的快速回复...我会尝试相同的【参考方案2】:您可以在http://www.dealbuddie.com 这里找到我们如何做到这一点的详细信息 - http://dealbuddie.tumblr.com/post/56908130601/integrating-ccavenue-with-ruby-on-rails-site
【讨论】:
我也想用CC Avenue,但是这个链接打不开。谁能帮忙?以上是关于CCAvenue 支付网关与 rails 应用程序的集成的主要内容,如果未能解决你的问题,请参考以下文章
在 ionic android 移动应用程序中集成 ccavenue 支付网关