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

Arun Patidar updated OFBIZ-2227:
--------------------------------

    Attachment: OFBIZ-2227.patch

After applying this patch:
1) If  CC capture fails while packing order, then Status of Order will not be 
set to "Completed". 
2) User will be notified with an error message. 
3) System will record the failed capture as normal

Steps for Testing:
1) As testCapture(Test service) is called where Succes is returned within the 
service.
2) So replace, Map result = ServiceUtil.returnSuccess();
3) with Map result = ServiceUtil.returnError("Error Message");
4) Above code will return error in testCapture service.
5) Now Create an Order and pack the Order and then depress on Complete now
6) System should generate error and Order remains in Approved status (not gets 
completed)

> If CC capture fails while packing order, Packer is notified and sets the 
> package aside for CSR to handle.
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-2227
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2227
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Pranay Pandey
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-2227.patch
>
>
> When CC capture fail error is returned from capturing CC payment the Packer 
> should be notified with an error message so that he can put the package aside 
> for handling it by CSR. Shipment will remain in Packed status, though system 
> will record the failed capture as normal (visible in the Order Manager order 
> detail screen).

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

Reply via email to