django-paypal ExpressCheckout 第二步?
我一直在实施 django-paypal 但当它返回令牌和 payerID 时我可以在哪里处理这个?我放置了confirm.html模板,但它没有显示任何内容...
顺便说一下,我使用PayPal Payments Pro
有什么想法吗???
i've been implementing django-paypal but when it return token and payerID where can i handle this? i put the confirm.html template but it doesn't show anything...
By the way, im Using PayPal Payments Pro
any idea ???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是,处理它们? django-paypal 处理
token
和payerId< /code> 本身就适合你。
查看我在 如何在 django-paypal 中处理 paypal WPP 的 returnurl。如果这没有帮助,请澄清问题,我会尝试一下!
How do you mean, handle them? django-paypal handles the
token
andpayerId
itself for you.Check out the example views.py code I posted at how to deal with returnurl in django-paypal for paypal WPP. If that doesn't help, clarify the question and I'll give it a go!