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

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

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