@@ -53,7 +53,7 @@ public function selectAction(Request $request)
5353 $ this ->addFlash ('error ' , 'flash.invalid_form ' );
5454 }
5555
56- return $ this ->render ('@IDCIPaymentBundle/Resources/views /Test/select.html.twig ' , [
56+ return $ this ->render ('@IDCIPayment /Test/select.html.twig ' , [
5757 'form ' => $ form ->createView (),
5858 ]);
5959 }
@@ -88,7 +88,7 @@ public function configureAction(Request $request, string $configuration_alias)
8888 $ this ->addFlash ('error ' , 'flash.invalid_form ' );
8989 }
9090
91- return $ this ->render ('@IDCIPaymentBundle/Resources/views /Test/configuration.html.twig ' , [
91+ return $ this ->render ('@IDCIPayment /Test/configuration.html.twig ' , [
9292 'form ' => $ form ->createView (),
9393 ]);
9494 }
@@ -102,7 +102,7 @@ public function initializeAction(Request $request, $configuration_alias)
102102
103103 $ transaction = $ paymentContext ->createTransaction ($ request ->query ->all ());
104104
105- return $ this ->render ('@IDCIPaymentBundle/Resources/views /Test/create.html.twig ' , [
105+ return $ this ->render ('@IDCIPayment /Test/create.html.twig ' , [
106106 'view ' => $ paymentContext ->buildHTMLView (),
107107 'transaction ' => $ transaction ,
108108 ]);
@@ -113,11 +113,11 @@ public function initializeAction(Request $request, $configuration_alias)
113113 */
114114 public function doneAction (Request $ request , $ configuration_alias )
115115 {
116- return $ this ->render ('@IDCIPaymentBundle/Resources/views /Test/done.html.twig ' );
116+ return $ this ->render ('@IDCIPayment /Test/done.html.twig ' );
117117 }
118118
119119 public function cancelAction (Request $ request , $ configuration_alias )
120120 {
121- return $ this ->render ('@IDCIPaymentBundle/Resources/views /Test/cancel.html.twig ' );
121+ return $ this ->render ('@IDCIPayment /Test/cancel.html.twig ' );
122122 }
123123}
0 commit comments