mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-23 14:33:59 +00:00
Laravel Vapor - Fix a front end display inaccurate on user UI when editing recipient bank details
This commit is contained in:
@@ -35,8 +35,8 @@ class TransactionResource extends JsonResource
|
||||
$isEditedBankRecipient = $this->bank ? true : false;
|
||||
}
|
||||
//Check if Transaction of type PAYMENT has an override for recipient bank - ends
|
||||
$days = $this->created_at->endOfDay()->addWeekdays($booking->service_id === 3 ? 3 : 1);
|
||||
|
||||
$days = $this->created_at->endOfDay()->addWeekdays($booking->service_id === 3 ? 3 : 1);
|
||||
return [
|
||||
'id' => $this->id,
|
||||
'booking' => new BookingResource($booking),
|
||||
|
||||
Reference in New Issue
Block a user