You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Wickersheimer Jeremy (JIRA)" <ji...@apache.org> on 2008/01/10 17:29:34 UTC

[jira] Updated: (OFBIZ-1573) Process order payment doesn't check for cancelled/rejected order (patch)

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

Wickersheimer Jeremy updated OFBIZ-1573:
----------------------------------------

    Attachment: 1573.patch

> Process order payment doesn't check for cancelled/rejected order (patch)
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-1573
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1573
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Wickersheimer Jeremy
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: 1573.patch
>
>
> The processOrderPayments service may approve or complete the order, but there is not check that the order is cancelled or rejected already.
> Currently calling the service for such an order would throw an error and roll back the transaction, but that cause other issues if the rest of the process is valid.
> There is a patch to check the order status, if the order is cancelled or rejected the service would have nothing to do so it would return success.

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