[jira] Updated: (OFBIZ-71) Ofbiz with google checkout.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-71) Ofbiz with google checkout.

Nicolas Malin (Jira)

     [ 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.

> Ofbiz with google checkout.
> ---------------------------
>
>                 Key: OFBIZ-71
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-71
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: ecommerce
>            Reporter: Rohit Sureka
>         Attachments: gcheckout.zip, gcheckout_jdk1.4.zip, googCheckout.patch
>
>
> Hi,
> Google just released Google checkout, which much like paypal, provides a easy way for businesses to accept payments online. I recommend that it should be integrated with Ofbiz. This will add great value to ofbiz and make it easier for its adoption, just the way paypal does.
> More information on google checkout can be found at the following links:
> http://checkout.google.com/sell
> http://code.google.com/apis/checkout/
> http://code.google.com/apis/checkout/samples/Google_Checkout_Sample_Code_Java.html
> Thank you.
> rohit  

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.