|
@@ -61,7 +61,7 @@ |
|
|
block discarded – undo |
|
61
|
61
|
{ |
|
62
|
62
|
list($sourceAmount, $sourceCurrency) = explode(' ', (string)$statement['amount']); |
|
63
|
63
|
list($amount, $currency) = explode(' ', (string)$statement['cardamount']); |
|
64
|
|
- list($balance, ) = explode(' ', (string)$statement['rest']); |
|
|
64
|
+ list($balance,) = explode(' ', (string)$statement['rest']); |
|
65
|
65
|
$transactionDate = \DateTime::createFromFormat( |
|
66
|
66
|
'Y-m-d H:i:s', |
|
67
|
67
|
sprintf('%s %s', (string)$statement['trandate'], (string)$statement['trantime']), |
Please login to merge, or discard this patch.