feat: add endpoint to retrieve selected bank account for a tenant and update routes with authentication
This commit is contained in:
@@ -30,7 +30,6 @@ class TenantResource extends JsonResource
|
||||
'header_logo' => $this->headerLogo?->getTemporaryUrl(1440),
|
||||
'footer_logo' => $this->footerLogo?->getTemporaryUrl(1440 ),
|
||||
'selected_bank_account_id' => $this->selected_bank_account_id,
|
||||
'selected_bank_account' => BankAccountResource::make($this->whenLoaded('selectedBankAccount')),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user