There should be more details in the log. The message in the browser is only
meant to let the user know something went wrong, and give them something to
tell to a CSR who can pass it on to someone who can use it as a start. Those
messages are not meant to diagnose, treat, or cure any problems. That's what
the details in the logs are for.
-David
Richard Fleming wrote:
Hi all -
I'm having some trouble. I've downloaded the Paypal gateway API and have thier command line samples working. I've also created a service paypalccprocess to call to the API. I've put the paypalpro.jar in /applications/accounting/build/lib directory and the java file builds just fine when importing the API. There is a single method, which is an "always approve" method that works fine when I create an order and checkout.
However, when I try to instantiate the API... PayflowProAPI pf = new PayflowProAPI(); I get an "Order ID is: [WS10440 (Service target threw an unexpected exception (paypal/payflow/PayflowAPI))) error. Can anyone shed any light on what might be happening? Has anyone had success in implementing either the Verisign or PayPal gateway?
We're on our last few tasks before implementing OfBiz... any and all help is greatly appreciated.
Thanks
Rick