|
|
$b = static::singleNote($memberId, $keywords, $amount, $issueNo, $text, $error);
|
|
$b = static::singleNote($memberId, $keywords, $amount, $issueNo, $text, $error);
|
|
|
$text = str_replace("{issue_no}", $issueNo, $text);
|
|
$text = str_replace("{issue_no}", $issueNo, $text);
|