Include transaction id in description
This commit is contained in:
parent
79cc37e4c6
commit
55fd4f457c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ sub command {
|
|||
|
||||
$result->{ok} or return REJECT, "Voucher rejected: $result->{message}.";
|
||||
|
||||
my $description = "Deposit (online)";
|
||||
my $description = "Deposit (online; $id)";
|
||||
my $amount = $result->{amount};
|
||||
|
||||
if ($result->{test_amount}) {
|
||||
|
|
Loading…
Add table
Reference in a new issue