checkRefund($id); } public function checkRefundBySn($id) { $validator = new RefundValidator(); return $validator->checkRefundBySn($id); } }