[jira] Created: (OFBIZ-2521) Google Checkout Integration Second Phase

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

[jira] Created: (OFBIZ-2521) Google Checkout Integration Second Phase

Nicolas Malin (Jira)
Google Checkout Integration Second Phase
----------------------------------------

                 Key: OFBIZ-2521
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2521
             Project: OFBiz
          Issue Type: Improvement
          Components: specialpurpose/googleCheckout
    Affects Versions: SVN trunk
            Reporter: Ashish Vijaywargiya
            Priority: Minor
             Fix For: SVN trunk


Here I am creating jira issue for the discussion on the things that can be done for second phase of Google Checkout Integration.

Interested parties are:

1) Marco Risaliti
2) Rohit Sureka
3) Ashish Vijaywargiya, Vivek Mishra, Anurag Singh Sengar, Arun Patidar.

I also welcome others to participate in the discussion.
Other comment will contain the details what we are planning to achieve.

--
Ashish



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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2521) Google Checkout Integration Second Phase

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712883#action_12712883 ]

Ashish Vijaywargiya commented on OFBIZ-2521:
--------------------------------------------

What we have done:

1) We are able to send cart to the Google Checkout and then we can complete the order in the Google Checkout Space.
Before past few days the code was broken and now we have fixed those problems.
2) We are also able to send XML messages from the OFBiz to Google Checkout system to Cancel Order, Charge Order etc. We will submit the code for it very soon.

What we are planning to implement in OFBiz:

1) Handling of Order Notification message coming from Google. Like New Order Notification, Change Order Status Notification etc.
2) Merchant Calculation API implementation.

--
Ashish

> Google Checkout Integration Second Phase
> ----------------------------------------
>
>                 Key: OFBIZ-2521
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2521
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/googleCheckout
>    Affects Versions: SVN trunk
>            Reporter: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>
> Here I am creating jira issue for the discussion on the things that can be done for second phase of Google Checkout Integration.
> Interested parties are:
> 1) Marco Risaliti
> 2) Rohit Sureka
> 3) Ashish Vijaywargiya, Vivek Mishra, Anurag Singh Sengar, Arun Patidar.
> I also welcome others to participate in the discussion.
> Other comment will contain the details what we are planning to achieve.
> --
> Ashish

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-2521) Google Checkout Integration Second Phase

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rohit Sureka updated OFBIZ-2521:
--------------------------------

    Attachment: GoogleMerchantCalculations.java

Hi Ashish,

I have attached to this email, a file that handles XML String from google. Basically, this file is used to calculate the shipping cost after a user logs in to his google account. The code receives the XML string, processes it and then re-sends it back to google with the results.

I have used the Google checkout sdk from google, which is apache licensed.

Please excuse the coding style, i am not a professionally trained programmer or had any training in JAVA, I do some coding just as a hobby and its approach is more of trial and error.

I you find the code helpful and do extend it, please contribute it back to ofbiz.

Rohit


> Google Checkout Integration Second Phase
> ----------------------------------------
>
>                 Key: OFBIZ-2521
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2521
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/googleCheckout
>    Affects Versions: SVN trunk
>            Reporter: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: GoogleMerchantCalculations.java
>
>
> Here I am creating jira issue for the discussion on the things that can be done for second phase of Google Checkout Integration.
> Interested parties are:
> 1) Marco Risaliti
> 2) Rohit Sureka
> 3) Ashish Vijaywargiya, Vivek Mishra, Anurag Singh Sengar, Arun Patidar.
> I also welcome others to participate in the discussion.
> Other comment will contain the details what we are planning to achieve.
> --
> Ashish

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2521) Google Checkout Integration Second Phase

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-2521?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712994#action_12712994 ]

Ashish Vijaywargiya commented on OFBIZ-2521:
--------------------------------------------

Hello Rohit,

Thanks for sharing your contribution.

>> Please excuse the coding style, i am not a professionally trained programmer or had any training in JAVA, I do some coding just as a >> hobby and its approach is more of trial and error.

Don't feel bad to think like you didn't do good coding. IMO atleast you have tried the things to achieve something.(Thinking that coding is your hobby :-) ). And I truly appreciate it.

Your wish to share code for OFBiz community is also appreciable. I will review your code soon and will discuss the things on the ML and then will take most of it in the trunk.

--
Ashish

> Google Checkout Integration Second Phase
> ----------------------------------------
>
>                 Key: OFBIZ-2521
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2521
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: specialpurpose/googleCheckout
>    Affects Versions: SVN trunk
>            Reporter: Ashish Vijaywargiya
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: GoogleMerchantCalculations.java
>
>
> Here I am creating jira issue for the discussion on the things that can be done for second phase of Google Checkout Integration.
> Interested parties are:
> 1) Marco Risaliti
> 2) Rohit Sureka
> 3) Ashish Vijaywargiya, Vivek Mishra, Anurag Singh Sengar, Arun Patidar.
> I also welcome others to participate in the discussion.
> Other comment will contain the details what we are planning to achieve.
> --
> Ashish

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