You should write configure your store to use the checkout service by setting it for your payment method in ProductStorePaymentSettings. Then ofbiz will try to take care of it. There is (usually) no need to add your own requests such as "google"

On Sep 13, 2006, at 6:20 AM, G.Venkata Phanindra wrote:

Hi,
I am doing the following to integrate google check out with ofbiz.
1) Added  paymentService to ProductStorePaymentSetting
2) Added  paymentService to services_paymentmethod.xml
   <service name="googleCheckout" engine="java" location="
org.ofbiz.accounting.payment.GoogleCheckoutServices"
invoke="googleCheckoutProcessor">
       <description>Google Checkout Processing Interface</description>
       <implements service="paymentProcessInterface"/>
</service>
3) I have used Google Check out API for creation of Check out cart and
other information. I am able to get the code working as a stand alone
application
4) I am not getting in the following flow ........ where to configure so as
to pass the information to google
       http://localhost:8080/ecommerce/control/checkoutoptions after
providing all the information about shipping Mode of payment etc........ i
am at stage to submit order, its going to following Url

http://localhost:8080/ecommerce/control/processorder? checkoutpage=payment
and giving me the error message as
org.ofbiz.webapp.control.RequestHandlerException:
Illegal response; handler could not process [google].
i have doubt that i am unable to provide information so as it to go to
google check out.Please provide me information where i am doing mistake.
Regards
G Venkata Phanindra.




--
G.Venkata Phanindra
Mob:: 9849852989

Reply via email to