PayWithAmazon\Client::getRegionUrls PHP Method

getRegionUrls() private method

* Get the Region specific properties from the Regions class.
private getRegionUrls ( )
    private function getRegionUrls()
    {
        $regionObject = new Regions();
        $this->mwsServiceUrls = $regionObject->mwsServiceUrls;
        $this->regionMappings = $regionObject->regionMappings;
        $this->profileEndpointUrls = $regionObject->profileEndpointUrls;
    }