dever 5 년 전
부모
커밋
57d648dbae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/Set.php

+ 1 - 1
lib/Set.php

@@ -37,7 +37,7 @@ class Set
                 $method = '\\Pay\\Lib\\' . ucwords($pay['type']);
                 $method = new $method($pay);
                 $method->refund($order_id);
-            }
+            } 
             
 
         	$update['where_id'] = $order['id'];