codeigniter 2.xx 和 paypal 快速结帐
我的基于 CI 2.xx 的应用程序应该有一个快速结账按钮,解决这个问题的最佳方法是什么?是否有现成的东西可以实现它而无需编写长的 php 代码文件? ,整个 paypal api 对我来说似乎非常庞大,只是在一个小项目中实现一个简单的结帐流程
my CI 2.x.x based app should have an express checkout button, what's the best way to approach this? is there a ready made thing to implement it without having to write a long file of php code? , the whole paypal api seem very huge for me to read to just implement a simple checkout process in a small project
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用现有的 Codeigniter PayPal 库。
更多信息:使用 CodeIgniter 的 PayPal IPN
you can use the existing Codeigniter PayPal Library.
More info: PayPal IPN with CodeIgniter