mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 09:53:58 +00:00
Admin Workflow - Fix Tested Issues - overpaid, underpaid business logic
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ class FetchAdminWFModelAttributesLogic extends AbstractControllerLogic
|
||||
// 'total_amount' =>$transaction->currency->short_code . ' ' . number_format((float)$transaction->amount, 2, '.', '')
|
||||
// ]);
|
||||
|
||||
return $this->resourceResponse(new BookingResource($booking));
|
||||
return $this->resourceResponse(new BookingBaseResource($booking));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user