dever hace 3 años
padre
commit
2d4bca36e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/shop/lib/Refund.php

+ 1 - 1
app/shop/lib/Refund.php

@@ -502,7 +502,7 @@ class Refund
         if (isset($data['parent_type']) && $data['parent_type'] > 1) {
             return;
         }
-        if (isset($info['cash'] > 0) {
+        if (isset($info['cash'] > 0)) {
             return;
         }
         $refund_cash = $info['cash'];