shish 3 lat temu
rodzic
commit
9f4fcf29f1
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      console/controllers/HdOrderController.php

+ 0 - 1
console/controllers/HdOrderController.php

@@ -34,7 +34,6 @@ class HdOrderController extends Controller
                 $transaction = $connection->beginTransaction();
                 $transaction = $connection->beginTransaction();
                 $id = $order['id'] ?? 0;
                 $id = $order['id'] ?? 0;
                 $orderSn = $order['orderSn'] ?? '';
                 $orderSn = $order['orderSn'] ?? '';
-                echo $orderSn . "\n";
                 try {
                 try {
                     $order = OrderClass::getById($id, true);
                     $order = OrderClass::getById($id, true);