Fix Pint formatting
This commit is contained in:
@@ -82,7 +82,7 @@ class PaymentController extends BaseApiController
|
||||
$payload = $validator->validated();
|
||||
$updated = $this->balanceService->updateBalance($paymentId, (float) $payload['paid_amount']);
|
||||
|
||||
if (!$updated) {
|
||||
if (! $updated) {
|
||||
return response()->json(['ok' => false, 'message' => 'Payment not found.'], 404);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user