songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
5d82d165b0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
     }
 
     /**