Remove early return from PMC

This commit is contained in:
Benjamin Beganović 2020-08-24 11:18:04 +02:00
parent 7ed9e733b1
commit 40467c1745

View File

@ -63,8 +63,6 @@ class PaymentMethodController extends Controller
*/
public function store(Request $request)
{
return $request->all();
$gateway = $this->getClientGateway();
return $gateway