dever hace 3 años
padre
commit
5ed145a5dd
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      app/shop/lib/Sell.php

+ 3 - 3
app/shop/lib/Sell.php

@@ -751,9 +751,9 @@ class Sell
             $param['receipt'] = $receipt;
         }
 
-        $result = Dever::load('pay/api.pay', $param);
-        //$result['type'] = 'test';
-        //$result['order'] = '';
+        //$result = Dever::load('pay/api.pay', $param);
+        $result['type'] = 'test';
+        $result['order'] = '';
         if ($cart) {
             # 来自购物车,要清空一下
             $this->dropCart($cart, $uid, $goods, $shop['id']);