bug fix.
This commit is contained in:
parent
b6cbd68529
commit
81c90f99d7
1 changed files with 1 additions and 1 deletions
|
|
@ -502,7 +502,7 @@ my %transactionData = %{$self->{_transactionParams}};
|
|||
$xml .=
|
||||
" <Item>
|
||||
<Description>".$_->{itemName}."</Description>
|
||||
<Cost>".$_->{amount}."</Cost>
|
||||
<Cost>".sprintf('%.2f', $_->{amount})."</Cost>
|
||||
<Qty>".$_->{quantity}."</Qty>
|
||||
</Item>\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue