rabin пре 3 дана
родитељ
комит
e235b24da8
1 измењених фајлова са 2 додато и 2 уклоњено
  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;
         }