Can generate webhook messages for creating transactions.

This commit is contained in:
James Cole
2020-12-02 06:54:13 +01:00
parent e27e0a97a7
commit cbe046ba07
11 changed files with 363 additions and 21 deletions

View File

@@ -61,10 +61,6 @@ class TransactionGroupTransformer extends AbstractTransformer
'recurrence_count', 'recurrence_total',
];
$this->metaDateFields = ['interest_date', 'book_date', 'process_date', 'due_date', 'payment_date', 'invoice_date'];
if ('testing' === config('app.env')) {
app('log')->warning(sprintf('%s should not be instantiated in the TEST environment!', get_class($this)));
}
}
/**