使用 Ruby/Rails 应用程序的 Paypal 网站支付标准

发布于 2024-07-08 14:03:02 字数 1557 浏览 4 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

你是年少的欢喜 2024-07-15 14:03:02

我还会查看 ActiveMerchant此处提供了更多信息。

I would also check out ActiveMerchant. Here's a bit more info here.

︶葆Ⅱㄣ 2024-07-15 14:03:02

SpreeSubstruct是用Rails编写的支持Paypal IPN的电子商务平台。 两者都是开源的,因此首先了解一下它们如何处理 Paypal 集成可能会有所帮助。

Both Spree and Substruct are e-commerce platforms written in Rails that support Paypal IPN. Both are open source, so it might be helpful to start by looking at how they handle Paypal Integration.

水波映月 2024-07-15 14:03:02

使用这个代码片段怎么样?

http://cubanlinks.org/ articles/2005/8/3/ruby-on-rails-paypal-ipn-code-example

如果我可以使用这个简单的代码片段,我宁愿不使用 activemerchant 或其他插件。

任何反馈?

How about using this code snippet?

http://cubanlinks.org/articles/2005/8/3/ruby-on-rails-paypal-ipn-code-example

I'd prefer not to use activemerchant or other plugin if I can use this simple code snippet.

Any feedback?

一直在等你来 2024-07-15 14:03:02

Spree 包含一个 Payapl 网站付款标准的扩展。 事实上,流行的 envycasts 网站就是使用此扩展的一个很好的例子。 如果您想要 Rails 并且想要 Paypal 标准的东西,这就是您的解决方案。

Spree contains an extension for Payapl Website Payments Standard. In fact, the popular envycasts site is a great example of this extension in use. If you want Rails and you want the Paypal Standard stuff, this is your solution.

网白 2024-07-15 14:03:02

实际上有一个更小的解决方案,使用 paypal gem,它提供的是 IPN 一个非常简单的 IPN 处理。 剩下的只是一个 html 表单:)

Actually there is much smaller solution, use paypal gem, what it gives is the IPN a very easy IPN handling. All the rest is just an html form :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文