07-04-2019, 02:20 PM
the function that constructs the URL is getServiceURL, exactly here:
return self::SERVICE_URI . '/SendSMS';
then the parameters are constructed in the $params = $this->prepareParameters(); call before doing the doPost which sends those parameters via POST, not get.
HTH
return self::SERVICE_URI . '/SendSMS';
then the parameters are constructed in the $params = $this->prepareParameters(); call before doing the doPost which sends those parameters via POST, not get.
HTH
Joe
TSolucio
TSolucio