rabin hai 3 días
pai
achega
e235b24da8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/place/order/app/Lib/Pay.php

+ 2 - 2
src/place/order/app/Lib/Pay.php

@@ -273,9 +273,9 @@ class Pay
         if ($this->order['pay_money_cash'] > 0) {
             $result['pay'] = Dever::load(\Place\Lib\Account::class)->pay($this->order);
             if (isset($result['pay']['link']) && $result['pay']['link']) {
-                //return $result;
+                return $result;
             }
-            $result['pay'] = true;
+            //$result['pay'] = true;
         } else {
             $result['pay'] = true;
         }