Calling cybersource is done and i will be more than happy to share my
solution. Receiving response is my problem. I could not find any paypal
specific reference in controller for payment and order application alike.
J
BJ Freeman wrote:
if you want to integrate it into ofbiz, like paypal take a look at that
implementation.
Note: you have to pass information so they have someway to Identify you.
one piece is the return URL
so make a URI in your controller that will process the returned info.
Jacek Wagner sent the following on 4/20/2009 4:21 PM:
All,
From the ftl written form I am calling cybersource to process credit
card payment (note i am not allowed to pass any information)
What would be the best way to capture cybersource posted response?
<!-- //
function lookupOrders(click) {
document.lookuporder.action =
"https://orderpagetest.ic3.com/hop/orderform.jsp";
if (click) {
document.lookuporder.submit();
}
return true;
}
// -->
Jacek