Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?
Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?
- Subject: Re: get confirmation of a payment from other website via a direct action, how to get back to a shopping session?
- From: Patrick Middleton <email@hidden>
- Date: Thu, 28 May 2009 14:24:59 +0100
On 28 May 2009, at 13:57, Anjo Krank wrote:
Just to add some caution: be sure to run either multi-threaded or
see that you don't have long requests that may block the app for a
longer time.
Otherwise the adaptor will happily redirect you callback to another
instance - where the session most likely will not be known...
Cheers, Anjo
+1.
I've dealt with this myself; 3DSecure payment authentication,
Verified by VISA, and so on. Tedious as it may seem, I found the way
forward was to store as much state in the database as possible, so
that rendezvous with the existing session is not necessary, and that
the callback can be handled via a direct action.
---
Regards Patrick
OneStep Solutions (Research) LLP
www.onestep.co.uk
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden