songxingwei 2 years ago
parent
commit
556455b966
1 changed files with 1 additions and 1 deletions
  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();
     }
 
     /**