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

@@ -36,10 +36,8 @@ class StoredTransactionGroup extends Event
{
use SerializesModels;
/** @var bool */
public $applyRules;
/** @var TransactionGroup The group that was stored. */
public $transactionGroup;
public bool $applyRules;
public TransactionGroup $transactionGroup;
/**