Nick Lubisch
Nick Lubisch
Are there any news? I'm also stumbling over this problem.
@janhryniukpgs The conflict appears because during your change the ClientTest has been updated. See https://github.com/amzn/amazon-pay-sdk-php/commit/aff849d831b95469d68708ac1bdb316a56896e4c Your have to rebase your branch onto master, fix the conflicts and force push.
@bjguillot the [Github Releases](https://help.github.com/articles/about-releases/) would be the right solution. You can build the PHAR file and a ZIP file using Travis and push both as a Release -> [Docs](https://docs.travis-ci.com/user/deployment/releases/). The...
The Client itself is contained in the namespace "AmazonPay". So your instantiation of the Client should be ```php $client = new \AmazonPay\Client($config); ``` or you could use following notation after...
As mentioned in the existing PR i also appreciate this.