fixing code in statement module

This commit is contained in:
Steve Ng
2023-09-30 19:29:36 +08:00
parent 38b410a76d
commit 229a972787
6 changed files with 29 additions and 9 deletions
@@ -28,7 +28,7 @@ class BankStatementTransactionOwnerResource extends JsonResource
}
if($this->type === StatementTransactionOwnerType::WALLET_TOP_UP){
$referenceLink = route('booking.details', $this->owner_reference);
$referenceLink = route('wallet.details', $this->owner_reference);
}
}
}