songxingwei 2 năm trước cách đây
mục cha
commit
556455b966
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/data/controller/shop/Order.php

+ 1 - 1
app/data/controller/shop/Order.php

@@ -33,7 +33,7 @@ class Order extends Controller
     {
         parent::initialize();
         $this->payments = PaymentService::getTypeAll();
-        dump($this->payments);
+        dump($this->payments);die();
     }
 
     /**