Commit a8535e0879d234ea700e78cfc5b8943e935e8ad9

Authored by Administrator
1 parent 92b34b75

image size

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
frontend/controllers/BasketController.php
... ... @@ -86,7 +86,8 @@ class BasketController extends Controller
86 86 $modelMod = new Orders;
87 87  
88 88  
89   -
  89 + print_r($_POST);
  90 + die();
90 91 if(!empty($_GET['deleteID'])){
91 92 $modelMod->deleteBasketMod($_GET['deleteID']);
92 93 }
... ...