wesmiler 2 éve
szülő
commit
b34fd70903
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Services/Api/OrderService.php

+ 1 - 1
app/Services/Api/OrderService.php

@@ -252,7 +252,7 @@ class OrderService extends BaseService
 
         $freight = isset($freightData['freight'])? floatval($freightData['freight']) : 0;
         $payTotal = moneyFormat($orderXdTotal+$freight,2);
-
+        var_dump($payTotal, $amount);
         if($amount != $payTotal){
             $this->error ='2906';
             return false;