|
Hi,
I am checking out the google checkout patch. I have a couple of things that I would like to share in trying to get it working. I really appreciate the efforts of those folks that did the work for googlecheckout. I wouldn't even know where to begin without your efforts.
I am not asking for fixes, but I am interested in knowing if this is something the community cares about (googlecheckout support in ofbiz).
Thanks.
1) When I applied the patch, file were put into my ofbiz project using the hardcoded value of
C:/apacheOfbiz/Apache/ApacheOfbiz/specialpurpose
I had to relocate them.
2) When I first tried to click on the googlecheckout link, I got a
"org.ofbiz.webapp.event.EventHandlerException: Problems getting the service model (Cannot locate service by name (transmitRequest))"
I had to add the following to component-load.xml <load-component component-location="${ofbiz.home}/specialpurpose/googleCheckout"/>
3) When the code tries to get the redirect url form the xml returned from google, it does not perform an error checking. The following xml was being returned.
<error-message>No seller found with id 147474747474</error-message>
|