| Current Path : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/ |
| Current File : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/RegionHelper.php |
<?php
namespace Bitrix\MessageService\Providers\Edna\WhatsApp;
class RegionHelper extends \Bitrix\MessageService\Providers\Edna\RegionHelper
{
public static function getApiEndPoint(): string
{
return self::isInternational() ? Constants::API_ENDPOINT_IO : Constants::API_ENDPOINT;
}
}