Hi to all,

I'm now starting to change the Google Checkout integration in OFBiz to support 
the new PaymentGatewayConfig entity and I'm thinking how we could improve also 
this integration.
First question is how we could handle Google Checkout into 
ProductStorePaymentSetting as a credit card or as an external payment method 
type ?
The flow during the checkout into the ecommerce is different than a normal 
credit card payment gateway because we need to send to Google Checkout the 
entire OFBiz shopping cart and then an user will be forwarded to the Google 
Checkout site and confirm it.
After that Google send a notification to OFBiz about new order creation and 
then we could create a real order into OFBiz.
Once the order has been created into OFBiz we need to handle the various 
requests of credit card (authorize, capture, release, ...).
So it seems to me that we could handle it has credit card but with a specific 
payment method type (GOOGLE_CHECKOUT) instead of using credit card.
Any suggestions will be appreciate.

Thanks
Marco


Reply via email to