diff --git a/hesabixCore/src/Service/SMS.php b/hesabixCore/src/Service/SMS.php index 2011706..cc503f3 100644 --- a/hesabixCore/src/Service/SMS.php +++ b/hesabixCore/src/Service/SMS.php @@ -38,7 +38,7 @@ class SMS $password = $this->registryMGR->get('sms', 'password'); $api = new MelipayamakApi($username, $password); $sms = $api->sms('soap'); - $response = $sms->sendByBalanceNumber($params, $to, $bodyID); + $response = $sms->sendByBaseNumber($params, $to, $bodyID); $json = json_decode($response); } catch (\Exception $e) { echo $e->getMessage();