mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Remove early return from PMC
This commit is contained in:
parent
7ed9e733b1
commit
40467c1745
@ -63,8 +63,6 @@ class PaymentMethodController extends Controller
|
||||
*/
|
||||
public function store(Request $request)
|
||||
{
|
||||
return $request->all();
|
||||
|
||||
$gateway = $this->getClientGateway();
|
||||
|
||||
return $gateway
|
||||
|
Loading…
x
Reference in New Issue
Block a user