Commit a2616d5f596edf5abda1bbffac911339d691eee1

Authored by Administrator
1 parent e57b5eaf

29.06.16

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/controllers/BasketController.php
... ... @@ -146,7 +146,7 @@ class BasketController extends Controller
146 146  
147 147 }
148 148  
149   - return $this->redirect('success',[
  149 + return $this->render('success',[
150 150 'js' => $js
151 151 ]);
152 152 }
... ...