Paypal Express Checkout 与 Rails 3 一起重复使用
我希望使用 Paypal 和 Rails 3 进行定期计费。我喜欢 Express Checkout 的流程,客户可以在 Paypal 上输入详细信息,然后在我的网站上进行确认。
我研究过 ActiveMerchant,但是他们不支持使用 Paypal Express Checkout 重新计费。
我该怎么办?
I'm looking to do recuring billing with Paypal and Rails 3. I like the process with Express Checkout, where the customer goes to paypal to enter details, but confirms on my website.
I've looked into ActiveMerchant, however their support for Recuring billing with Paypal Express Checkout isn't there.
How might I go about this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
结果发现有一个针对 ActiveMerchant 的补丁,这已经足够好了。
Turned out that there is a patch for ActiveMerchant, which is good enough.