[
https://issues.apache.org/jira/browse/OFBIZ-5927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14287191#comment-14287191 ]
Jacques Le Roux commented on OFBIZ-5927:
----------------------------------------
Nothing is committed, when I commit something I always say, in a comment of the Jira issue, where (trunk, branches) and at which revision.
Since Scott is a committer I believe he would have committed something if he was really sure about it. I guess he is still waiting for you answer...
> Issue reported while performing Refund & Void (java.lang.ClassCastException: java.lang.String cannot be cast to java.math.BigDecimal)
> -------------------------------------------------------------------------------------------------------------------------------------
>
> Key: OFBIZ-5927
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5927> Project: OFBiz
> Issue Type: Bug
> Reporter: Prateek
> Fix For: 14.12.01, 12.04.06, 13.07.02
>
>
> Issue reported while performing Refund & Void (java.lang.ClassCastException: java.lang.String cannot be cast to java.math.BigDecimal)
> Change needs to be done in AIMPaymentServices.java. Please look at the following small patch:-
>
> //BigDecimal amount = (BigDecimal) request.get("x_Amount");
> String newAmt = request.get("x_Amount").toString();
> BigDecimal amount = new BigDecimal(newAmt);
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)