payment_method = $payment_method_id; return $this; } public function processPaymentView($data) { return render('gateways.custom.landing_page', $data); } public function processPaymentResponse($request) { } /** * Detach payment method from custom payment driver. * * @param ClientGatewayToken $token * @return void */ public function detach(ClientGatewayToken $token) { // Driver doesn't support this feature. } }