#517

In the file /root/source/app/Http/Controllers/PaymentController.php

line 94, it looks something like

Replace below line
//Withdrawal_request::create($data);

with

Withdrawal_request::create($data);

Best regards