[ https://issues.apache.org/jira/browse/OFBIZ-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354849#comment-14354849 ] Adrian Crum commented on OFBIZ-4075: ------------------------------------ There are two PayPal integrations in the trunk: org.ofbiz.accounting.thirdparty.paypal.PayPalEvents org.ofbiz.accounting.thirdparty.paypal.PayPalServices PayPalServices is the most recent and it uses the OFBiz payment processor API. PayPalEvents is older and it does not use the OFBiz payment processor API. The PayPalServices code is getting old, but it still works. It needs to be updated to a later PayPal API version. > multiple paypal interfaces > -------------------------- > > Key: OFBIZ-4075 > URL: https://issues.apache.org/jira/browse/OFBIZ-4075 > Project: OFBiz > Issue Type: Improvement > Components: accounting > Affects Versions: Trunk > Reporter: BJ Freeman > Attachments: OFBIZ-4075paypalIPNEvents.pact > > > Pay pal had many interfaces. > Ofbiz started with IPN https://www.paypal.com/ipn > Then went to Express check out but changed the IPN code. https://www.paypal.com/us/cgi-bin/webscr?cmd=_additional-payment-overview > finally we have NVP API. https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_NVPAPIOverview > so I am creating an IPN interface that goes back to 777794 > I am not familiar enough with express and NVP it they are separate or not. -- This message was sent by Atlassian JIRA (v6.3.4#6332) |
Adrian,
Thanks for the update. I wasn't aware of the two separate sets of functionality. These kinds of solutions available are so hidden in OFBiz that people tend to forget that is part of the rich feature set. I wonder whether migrating these to components of their own would drive adoption of both users and contributors.... Best regards, Pierre Pierre Smits *ORRTIZ.COM <http://www.orrtiz.com>* Services & Solutions for Cloud- Based Manufacturing, Professional Services and Retail & Trade http://www.orrtiz.com On Tue, Mar 10, 2015 at 2:02 PM, Adrian Crum (JIRA) <[hidden email]> wrote: > > [ > https://issues.apache.org/jira/browse/OFBIZ-4075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354849#comment-14354849 > ] > > Adrian Crum commented on OFBIZ-4075: > ------------------------------------ > > There are two PayPal integrations in the trunk: > > org.ofbiz.accounting.thirdparty.paypal.PayPalEvents > > org.ofbiz.accounting.thirdparty.paypal.PayPalServices > > PayPalServices is the most recent and it uses the OFBiz payment processor > API. PayPalEvents is older and it does not use the OFBiz payment processor > API. > > The PayPalServices code is getting old, but it still works. It needs to be > updated to a later PayPal API version. > > > > > multiple paypal interfaces > > -------------------------- > > > > Key: OFBIZ-4075 > > URL: https://issues.apache.org/jira/browse/OFBIZ-4075 > > Project: OFBiz > > Issue Type: Improvement > > Components: accounting > > Affects Versions: Trunk > > Reporter: BJ Freeman > > Attachments: OFBIZ-4075paypalIPNEvents.pact > > > > > > Pay pal had many interfaces. > > Ofbiz started with IPN https://www.paypal.com/ipn > > Then went to Express check out but changed the IPN code. > https://www.paypal.com/us/cgi-bin/webscr?cmd=_additional-payment-overview > > finally we have NVP API. > https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_NVPAPIOverview > > so I am creating an IPN interface that goes back to 777794 > > I am not familiar enough with express and NVP it they are separate or > not. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332) > |
Free forum by Nabble | Edit this page |