Remove early return from PMC
This commit is contained in:
parent
7ed9e733b1
commit
40467c1745
1 changed files with 0 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ class PaymentMethodController extends Controller
|
|||
*/
|
||||
public function store(Request $request)
|
||||
{
|
||||
return $request->all();
|
||||
|
||||
$gateway = $this->getClientGateway();
|
||||
|
||||
return $gateway
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue