django-paypal ExpressCheckout second step?
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 ???
How do you mean, handle them? django-paypal handles the token
and payerId
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!
精彩评论