Skip to content

Commit 4744484

Browse files
committed
Fixed copy to me on send quote
1 parent 608804c commit 4744484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mail/SendQuote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct($data)
3131
$this->emailTo = $data['to'];
3232
$this->subject = $data['subject'];
3333
$this->content = $data['message'];
34-
$this->ccTo = $data['cc'];
34+
$this->copyMe = $data['cc'];
3535
$this->onlineQuoteLink = $data['onlineQuoteLink'];
3636
}
3737

0 commit comments

Comments
 (0)