Plugin Directory

Changeset 2408163


Ignore:
Timestamp:
10/28/2020 08:41:50 AM (5 years ago)
Author:
cloudfinance
Message:

Il plugin funziona ora anche con siti in HTTP

Location:
freeinvoice-api
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • freeinvoice-api/tags/1.0/includes/class-freeinvoice-api-comm.php

    r2405449 r2408163  
    9494            else return $resp;
    9595        }
    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'*/)));
    9797    }
    9898    private static function remove_webhook_endpoint($apiKey, $id)
  • freeinvoice-api/trunk/includes/class-freeinvoice-api-comm.php

    r2405449 r2408163  
    9494            else return $resp;
    9595        }
    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'*/)));
    9797    }
    9898    private static function remove_webhook_endpoint($apiKey, $id)
Note: See TracChangeset for help on using the changeset viewer.