| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | * |
| 61 | 61 | * @return string |
| 62 | 62 | */ |
| 63 | 63 | public function get_recipient() { |
| 64 | - return $this->staff->get_email(); | |
| 64 | + return $this->customer->get_email(); | |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * Get new event email |
| @@ -87,7 +87,7 @@ | ||
| 87 | 87 | * |
| 88 | 88 | * @return string |
| 89 | 89 | */ |
| 90 | 90 | public function get_template() { |
| 91 | - return TIMETICS_PLUGIN_DIR . '/templates/emails/update-event.php'; | |
| 91 | + return TIMETICS_PLUGIN_DIR . '/templates/emails/customer-update-event.php'; | |
| 92 | 92 | } |
| 93 | 93 | } |