Changeset 2408163
- Timestamp:
- 10/28/2020 08:41:50 AM (5 years ago)
- Location:
- freeinvoice-api
- Files:
-
- 2 edited
-
tags/1.0/includes/class-freeinvoice-api-comm.php (modified) (1 diff)
-
trunk/includes/class-freeinvoice-api-comm.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
freeinvoice-api/tags/1.0/includes/class-freeinvoice-api-comm.php
r2405449 r2408163 94 94 else return $resp; 95 95 } 96 return self::api_call('endpoints', array('apiKey' => $apiKey, 'url' => home_url('/?webhook=freeinvoice-api', 'https')));96 return self::api_call('endpoints', array('apiKey' => $apiKey, 'url' => home_url('/?webhook=freeinvoice-api', /*'https'*/))); 97 97 } 98 98 private static function remove_webhook_endpoint($apiKey, $id) -
freeinvoice-api/trunk/includes/class-freeinvoice-api-comm.php
r2405449 r2408163 94 94 else return $resp; 95 95 } 96 return self::api_call('endpoints', array('apiKey' => $apiKey, 'url' => home_url('/?webhook=freeinvoice-api', 'https')));96 return self::api_call('endpoints', array('apiKey' => $apiKey, 'url' => home_url('/?webhook=freeinvoice-api', /*'https'*/))); 97 97 } 98 98 private static function remove_webhook_endpoint($apiKey, $id)
Note: See TracChangeset
for help on using the changeset viewer.