-
Epsilon与ActiveMerchant的整合:active_merchant-epsilon
资源介绍
ActiveMerchant :: Epsilon
与ActiveMerchant的集成。
安装
将此行添加到您的应用程序的Gemfile中:
gem 'active_merchant-epsilon'
然后执行:
$ bundle
或将其自己安装为:
$ gem install active_merchant-epsilon
用法
设定值
一个示例Rails初始化程序看起来像这样:
ActiveMerchant :: Billing :: Base . mode = :production
ActiveMerchant :: Billing :: EpsilonGateway . contract_code = '12345678'
ActiveMerchant :: Billing :: EpsilonGateway . proxy_port = 8080
Acti