← All changes
|
includes/Core/Integration/ZohoSign/ZohoSignHandler.php
+2
-2
2.10.2
→
2.15.3
View file →
| @@ -157,9 +157,9 @@ | ||
| 157 | 157 | |
| 158 | 158 | $integrationHandler->updateIntegration($integrationID, $zsignDetails[0]->integration_name, 'Zoho Sign', wp_json_encode($newDetails), 'form'); |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | - public function refreshTemplatesAjaxHelper() | |
| 161 | + public static function refreshTemplatesAjaxHelper() | |
| 162 | 162 | { |
| 163 | 163 | if (isset($_REQUEST['_ajax_nonce']) && wp_verify_nonce($_REQUEST['_ajax_nonce'], 'bitforms_save')) { |
| 164 | 164 | $authorizationHeader = null; |
| 165 | 165 | $inputJSON = file_get_contents('php://input'); |
| @@ -219,9 +219,9 @@ | ||
| 219 | 219 | ); |
| 220 | 220 | } |
| 221 | 221 | } |
| 222 | 222 | |
| 223 | - public function refreshTemplateDetailsAjaxHelper() | |
| 223 | + public static function refreshTemplateDetailsAjaxHelper() | |
| 224 | 224 | { |
| 225 | 225 | if (isset($_REQUEST['_ajax_nonce']) && wp_verify_nonce($_REQUEST['_ajax_nonce'], 'bitforms_save')) { |
| 226 | 226 | $authorizationHeader = null; |
| 227 | 227 | $inputJSON = file_get_contents('php://input'); |