【发布时间】:2011-08-09 08:05:16
【问题描述】:
嗨 我想使用 activemerchant 实现 credit() 方法。 我为此使用 PaypalExpress 网关。 当我展示 Activemerchant 的 Rdoc 时,我看到了 credit 方法 credit(money,identification,options) 中使用的参数 我想知道每个参数的含义。
【问题讨论】:
标签: paypal activemerchant
嗨 我想使用 activemerchant 实现 credit() 方法。 我为此使用 PaypalExpress 网关。 当我展示 Activemerchant 的 Rdoc 时,我看到了 credit 方法 credit(money,identification,options) 中使用的参数 我想知道每个参数的含义。
【问题讨论】:
标签: paypal activemerchant
Money:以美分为单位的金额
选项:可以在类中找到:ActiveMerchant::Billing::Gateway http://rdoc.info/github/Shopify/active_merchant/master/frames
【讨论】: