@@ -85,10 +85,10 @@ |
||
85 | 85 | $notification = new SlackNotification(); |
86 | 86 | $notification->to = $to; |
87 | 87 | $message = $deal->getAgentName() . ' '; |
88 | - $message.= $parameters->currency . ' *' . number_format($deal->getPrice()) . '* '; |
|
88 | + $message .= $parameters->currency . ' *' . number_format($deal->getPrice()) . '* '; |
|
89 | 89 | |
90 | 90 | if ($deal->getDeepLinkUrl()) { |
91 | - $message .= PHP_EOL . "<{$deal->getDeepLinkUrl()}|Deep Link>"; |
|
91 | + $message .= PHP_EOL . "<{$deal->getDeepLinkUrl()}|Deep Link>"; |
|
92 | 92 | } |
93 | 93 | |
94 | 94 | $notification->message = $message; |