Home › Forums › GetFund – A Professional Laravel Crowdfunding Platform › Payments › Reply To: Payments
In the file /root/source/app/Http/Controllers/PaymentController.php
line 94, it looks something like
Replace below line //Withdrawal_request::create($data);
//Withdrawal_request::create($data);
with
Withdrawal_request::create($data);
Best regards