On Sat, Nov 22, 2008 at 12:09 AM, Alessandro Ronchi < [EMAIL PROTECTED]> wrote:
> 2008/11/21 Alessandro Ronchi <[EMAIL PROTECTED]>: > > > So my primary problem is to pass token through the different pages of > > the custom payment module. > > If it's a satchmo-developer question, I will post to that list. None can > answer? > > If I will manage to complete that, I will release it to the community, > and I think it's a good improvement. > I'd just add a token to the session, possibly making a new table mapping tokens to carts. Does this make sense? You can't actually make the order until you have the contact information, so you won't be making any order at all until *after* you get the return from PayPal express. So don't even try. Just make a token, store it in a table and in the session, and submit to PayPal. One receipt of the contact info from PayPal, *then* make the order. Bruce Kroeze http://gosatchmo.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
