songxingwei 2 years ago
parent
commit
e2caaaa7e2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/data/controller/shop/Order.php

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

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