On Tue, Jun 30, 2009 at 1:27 AM, Mikko Ohtamaa<[email protected]> wrote: > - How asynchronous payment processor should manage its order and cart? I was > bit lost trying to figure this out. Especially 1) when order is created 2) > when order is authorized 3) When user cart is emptied
The Google Checkout payment processor empties the cart once it receives a call back from the google checkout server that the payment has been completed. (That's an incoming HTTPS request from the google servers to the plone server.) The usability feature of that is that the user can use their back button to go back to the shop (or follow the links on the google checkout review page) and still have their cart intact. Meanwhile the Google Checkout processor for getpaid does not yet bother with orders. Google checkout itself provides order management. However if a site allows the shopper to chose from several processors then it could make sense for someone to add in order support for that processor too. (That would not be particularly hard to do. The mechanical parts of receiving the notifications are already implemented.) -- Michael Dunstan --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "getpaid-dev" 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/getpaid-dev?hl=en -~----------~----~----~----~------~----~------~--~---
