|
Lines 317-323
subtest 'summary' => sub {
Link Here
|
| 317 |
$payout2->date( \'NOW() - INTERVAL 3 MINUTE' )->store; |
317 |
$payout2->date( \'NOW() - INTERVAL 3 MINUTE' )->store; |
| 318 |
$expected_payout_total += '1.00'; |
318 |
$expected_payout_total += '1.00'; |
| 319 |
|
319 |
|
| 320 |
# Account fee of 1.00 fully refunded (Accross cashup boundary) |
320 |
# Account fee of 1.00 fully refunded (Across cashup boundary) |
| 321 |
unshift @{$expected_payout_grouped}, |
321 |
unshift @{$expected_payout_grouped}, |
| 322 |
{ |
322 |
{ |
| 323 |
'total' => '1', |
323 |
'total' => '1', |