GetTransactionDetails should get items details even for just one item.
https://rt.cpan.org/Public/Bug/Display.html?id=67386
This commit is contained in:
parent
f9788b347b
commit
4c016629cf
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ sub GetTransactionDetails {
|
||||||
Options => 'Options',
|
Options => 'Options',
|
||||||
} );
|
} );
|
||||||
|
|
||||||
if( scalar(@$paymentitems) > 1 ) {
|
if( scalar(@$paymentitems) > 0 ) {
|
||||||
$response{PaymentItems} = $paymentitems;
|
$response{PaymentItems} = $paymentitems;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue