Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/messageservice/lib/Providers/Edna/WhatsApp/
Upload File :
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;
	}
}