mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-22 05:53:58 +00:00
Laravel Vapor - Fix a front end display inaccurate on user UI when editing recipient bank details
This commit is contained in:
@@ -21,6 +21,7 @@ class TransactionResource extends JsonResource
|
||||
{
|
||||
$booking = null; //cief todo: 66
|
||||
$bank = null;
|
||||
|
||||
//Check if Transaction of type PAYMENT has an override for recipient bank - starts
|
||||
$isEditedBankRecipient = false;
|
||||
if(in_array((int)$this->type, [TransactionType::BILL, TransactionType::REFUND, TransactionType::SUPPLIER_REFUND])){
|
||||
|
||||
Reference in New Issue
Block a user