| @@ -84,7 +84,7 @@ | ||
| 84 | 84 | return $default_elements; |
| 85 | 85 | } |
| 86 | 86 | |
| 87 | 87 | public function get_template_path() { |
| 88 | - return yaymail_get_template( 'emails/customer-completed-order.php', '', YAYMAIL_PLUGIN_PATH . 'templates/' ); | |
| 88 | + return YAYMAIL_PLUGIN_PATH . 'templates/emails/customer-completed-order.php'; | |
| 89 | 89 | } |
| 90 | 90 | } |