diff --git a/application/api/controller/Order.php b/application/api/controller/Order.php index d5024f07..e948c773 100644 --- a/application/api/controller/Order.php +++ b/application/api/controller/Order.php @@ -420,7 +420,7 @@ WHERE apa.state = ".$data['state']; $tt .= "Applied APC: USD $".$apply_info['fee']."

"; $tt .= "The APC adjustment application has been rejected.

"; $tt .= "Reason for Rejection:
"; - $tt .= $apply_info['remark']."

"; + $tt .= trim($data['remark'])."

"; $tt .= "No changes will be made to the publication fee, and the manuscript will remain subject to the standard APC of USD $".$article_info['fee'].".
"; sendEmail($editor['email'], "tmr-".$article_info['accept_sn']."-price rejected", $journal_info['title'], $tt, $journal_info['email'], $journal_info['epassword']);