PayWithAmazon\Client::setMwsServiceUrl PHP Method

setMwsServiceUrl() public method

* Setter for $mwsServiceUrl Set the URL to which the post request has to be made for unit testing
public setMwsServiceUrl ( $url )
    public function setMwsServiceUrl($url)
    {
        $this->mwsServiceUrl = $url;
    }