escape the string. grrrrrrrrrrrr
This commit is contained in:
parent
b4441a0c93
commit
a734d2b369
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ my %transactionData = %{$self->{_transactionParams}};
|
||||||
foreach (@{$items}) {
|
foreach (@{$items}) {
|
||||||
$xml .=
|
$xml .=
|
||||||
" <Item>
|
" <Item>
|
||||||
<Description>".$_->{itemName}."</Description>
|
<Description>".$self->session->url->escape($_->{itemName})."</Description>
|
||||||
<Cost>".sprintf('%.2f', $_->{amount})."</Cost>
|
<Cost>".sprintf('%.2f', $_->{amount})."</Cost>
|
||||||
<Qty>".$_->{quantity}."</Qty>
|
<Qty>".$_->{quantity}."</Qty>
|
||||||
</Item>\n";
|
</Item>\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue