fix bug after fpx top up, redirect to not found page

This commit is contained in:
edmondlang
2023-03-11 18:48:15 +08:00
parent 6275304ff8
commit c99076ece1
3 changed files with 20 additions and 11 deletions
@@ -27,6 +27,9 @@ class UpdateWalletTransactionProcessor
/** @var UpdatesTransactionStatus */
private $updatesTransactionStatus;
/** @var UpdatesWallet */
private $updatesWallet;
public function __construct(UpdatesTransactionStatus $updatesTransactionStatus, UpdatesWallet $updatesWallet, FetchesTransaction $fetchesTransaction)
{
$this->fetchesTransaction = $fetchesTransaction;