Many updates to get split transactions and normal transactions working side by side.

This commit is contained in:
James Cole
2016-10-21 19:06:22 +02:00
parent 801c7c0ab6
commit 9a3cd27700
25 changed files with 960 additions and 435 deletions

View File

@@ -434,6 +434,9 @@ class TransactionJournal extends TransactionJournalSupport
return new TransactionJournalMeta();
}
if (is_string($value) && strlen($value) === 0) {
return new TransactionJournalMeta();
}
if ($value instanceof Carbon) {
$value = $value->toW3cString();