rabin 3 dni temu
rodzic
commit
e235b24da8
1 zmienionych plików z 2 dodań i 2 usunięć
  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;
         }