wesmiler 1 year ago
parent
commit
146a451cd5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Services/Api/OrderService.php

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

@@ -298,6 +298,7 @@ class OrderService extends BaseService
         //var_dump($payTotal, $amount);
         if(intval($amount) != intval($payTotal)){
             var_dump($payTotal);
+            var_dump($goods);
             $this->error = 2906;
             return false;
         }