Zory пре 1 недеља
родитељ
комит
3a2efe8e8f
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      app/controller/mini/Order.php

+ 2 - 0
app/controller/mini/Order.php

@@ -89,6 +89,8 @@ class Order extends Base
                 "order"     => $order
             ]);
         } catch (\Throwable $throwable) {
+            echo $throwable->getLine()."\n";
+            echo $throwable->getFile()."\n";
             return error($throwable->getMessage());
         }
     }