You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sharan Foga (JIRA)" <ji...@apache.org> on 2015/02/21 08:35:28 UTC

[jira] [Updated] (OFBIZ-3895) Cannot be redirected to PayPal

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

Sharan Foga updated OFBIZ-3895:
-------------------------------
    Sprint: Bug Crush Event - 21/2/2015

> Cannot be redirected to PayPal
> ------------------------------
>
>                 Key: OFBIZ-3895
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3895
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Release Branch 10.04, Trunk
>            Reporter: Liang Zhang
>         Attachments: PayPalRedirecting.patch
>
>
> It gets an 'internal error 10001' from Paypal in service 'payPalSetExpressCheckout' if you have already run this service be  been redirected.
> Comment these three lines out will move away this error.
> if (UtilValidate.isNotEmpty(token)) {
>             encoder.add("TOKEN", token);
>         }
> There is also another issue. The customer can update his/her shopping cart then submits order successfully after he/she confirmed the payment and was redirected back to ecommerce site. That means the customer can place an order of the value which is higher than the total amount he/she confirmed in Paypal. A check shall be added to avoid this issue because that would loose money.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)