[
https://issues.apache.org/jira/browse/OFBIZ-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Chris Howe updated OFBIZ-71:
----------------------------
Attachment: googCheckout.patch
googCheckout.patch
I've changed my direction of how to implement this.
It seems that all google wants is an XML sent over HTTP or HTTPS
Since freemarker/screen widgets has done pretty well to create xml on the fly, I figure that will be much easier then messing working through all of the generic java (read "not with OFBiz in mind" sample stuff that's been attached to this issue so far.
This patch should be able to create the XML template needed. The following, I believe, remains
1) create a service to transform an OFBiz shopping cart into the variables needed in this template
2) create a service to post this xml to google
3) maybe encode/sign the xml prior to sending, (I keep glossing over that part)
4) create the request uri to handle google's responses.
I'm committing my improvements simultaneously to ofbiz-sandbox on sf.net . If this can be reviewed and committed to the specialpurpose app (or other appropriate place)before I get collaboration over there, I will take it down from there. So far, this is entirely my work. I'm more interested in getting this completed than the administrative work that might be required to transfer a joint work/outside project into Apache Ofbiz.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.