You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2007/12/06 01:33:43 UTC

[jira] Commented: (OFBIZ-1009) PayPalEvents does not create order payment preference

    [ https://issues.apache.org/jira/browse/OFBIZ-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548894 ] 

BJ Freeman commented on OFBIZ-1009:
-----------------------------------

not sure if this is an oversite
+#payment.paypal.confirm=http://www.paypal.com/cgi-bin/webscr
should be 
+#payment.paypal.confirm=https://www.paypal.com/cgi-bin/webscr
https://www.paypal.com/IntegrationCenter/ic_ipn.html


> PayPalEvents does not create order payment preference 
> ------------------------------------------------------
>
>                 Key: OFBIZ-1009
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1009
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: SVN trunk, Release Branch 4.0
>         Environment: mac os x
>            Reporter: Marco Risaliti
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: PayPal_bug.patch
>
>
> I have reorganizated the PayPalEvents.java performing those tasks:
> - removing unused variable to avoid compile warning
> - removed hardcoded error messages to use uiLabels.properties 
> - correct the bug that does not create the payment for the order that was paid on PayPal
> - removed an hard-coded link to production PayPal (http://www.paypal.com/cgi-bin/webscr) and retrieved from the payment.properties
> This patch can be tested also on the front-end application on http://www.ofbiz.it
> After review and commit this patch the issue OFBIZ-175 and OFBIZ-247 can be closed.
> Thanks in advance
> Marco Risaliti

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