← All changes
|
includes/Core/Integration/MailPoet/MailPoetHandler.php
+3
-3
2.10.2
→
2.15.3
View file →
| @@ -12,9 +12,9 @@ | ||
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | 14 | * Provide functionality for ZohoCrm integration |
| 15 | 15 | */ |
| 16 | -class MailpoetHandler | |
| 16 | +class MailPoetHandler | |
| 17 | 17 | { |
| 18 | 18 | private $_integrationID; |
| 19 | 19 | |
| 20 | 20 | public function __construct($integrationID, $fromID) |
| @@ -66,9 +66,9 @@ | ||
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * Process ajax request for refresh crm modules |
| 69 | 69 | * |
| 70 | - * @return JSON crm module data | |
| 70 | + * @return string JSON crm module data | |
| 71 | 71 | */ |
| 72 | 72 | public static function refreshNeswLetter() |
| 73 | 73 | { |
| 74 | 74 | $response = null; |
| @@ -89,9 +89,9 @@ | ||
| 89 | 89 | wp_send_json_success($response, 200); |
| 90 | 90 | } else { |
| 91 | 91 | wp_send_json_error( |
| 92 | 92 | __( |
| 93 | - 'Please! Insatall MailPoet', | |
| 93 | + 'Please! Install MailPoet', | |
| 94 | 94 | 'bit-form' |
| 95 | 95 | ), |
| 96 | 96 | 400 |
| 97 | 97 | ); |