Admin Workflow - Fix Tested Issues - overpaid, underpaid business logic

This commit is contained in:
Dillon Ngo
2025-02-10 17:27:58 +08:00
parent 5553110649
commit 8f06a4c568
12 changed files with 263 additions and 68 deletions
@@ -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));
}
}