Hi Arvydas,

You cant just redirect to "thankyou" page - executePayment() must return TRUE/FALSE
according to payment process status...

I see. And in this case, because I am redirecting to another URL, the caller is not receiving a return value and that is where the problem is arising. Correct?

I'm not sure how to handle this. I don't think I can return true or false in this method, because the payment process occurs on a third-party site, so I don't know the payment status. The third-party site will indicate this by redirecting back to one of two possible URLs after the payment process is complete. OXID's role in this ends when it redirects to the third-party site with a parameterized URL. Even credit card data etc is entered on the third-party site and not during the OXID order process.

Can you suggest a solution? Or is this kind of integration simply not possible?

Vikram
_______________________________________________
dev-general mailing list
[email protected]
http://dir.gmane.org/gmane.comp.php.oxid.general

Reply via email to