dever 3 년 전
부모
커밋
2e16755dd3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ($info['cash'] > 0) {
             return;
         }
         $refund_cash = $info['cash'];