WIN-2308041133\Administrator 1 miesiąc temu
rodzic
commit
85e38d081c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/services/order/StoreOrderSuccessServices.php

+ 1 - 1
app/services/order/StoreOrderSuccessServices.php

@@ -262,7 +262,7 @@ class StoreOrderSuccessServices extends BaseServices
      */
     private function handleQuotaDeduction($uid, $amount, $type, $order, $nickname)
     {
-        if ($uid != 2){
+        if ($order['uid'] != 2){
             return [
                 'actual_amount' => $amount,
                 'need_payout' => true