Elcodi\Plugin\StripeBundle\EventListener\PaymentCollectEventListener::getStripeForm PHP Method

getStripeForm() protected method

Return stripe form
protected getStripeForm ( ) : string
return string Stripe form
    protected function getStripeForm()
    {
        $formType = $this->formFactory->create('stripe_view');
        return $this->templating->render('StripeBundle:Stripe:view.html.twig', ['stripe_form' => $formType->createView(), 'stripe_execute_route' => 'paymentsuite_stripe_execute']);
    }