PayWithAmazon\HttpCurl::__construct PHP Method

__construct() public method

* Takes user configuration array as input Takes configuration for API call or IPN config
public __construct ( $config = null )
    public function __construct($config = null)
    {
        $this->config = $config;
    }