request->participant->amount_paid = $this->request->amountPaid; $this->request->participant->save(); $response->success = true; return $response; } }