@@ -153,14 +153,14 @@ |
||
| 153 | 153 | '{conduso}' |
| 154 | 154 | ); |
| 155 | 155 | $replace = array( |
| 156 | - $destinatario, |
|
| 157 | - $dt->format('d/m/Y'), |
|
| 158 | - $numero, |
|
| 159 | - number_format($valor, 2, ',', '.'), |
|
| 160 | - $this->config->fantasy, |
|
| 161 | - $chave, |
|
| 162 | - $correcao, |
|
| 163 | - $conduso |
|
| 156 | + $destinatario, |
|
| 157 | + $dt->format('d/m/Y'), |
|
| 158 | + $numero, |
|
| 159 | + number_format($valor, 2, ',', '.'), |
|
| 160 | + $this->config->fantasy, |
|
| 161 | + $chave, |
|
| 162 | + $correcao, |
|
| 163 | + $conduso |
|
| 164 | 164 | ); |
| 165 | 165 | $template = str_replace($search, $replace, $template); |
| 166 | 166 | return $template; |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | |
| 58 | 58 | /** |
| 59 | 59 | * Load parameters to PHPMailer class |
| 60 | - * @param stdClass $config |
|
| 60 | + * @param \stdClass $config |
|
| 61 | 61 | */ |
| 62 | 62 | protected function loadService(\stdClass $config) |
| 63 | 63 | { |