Skip to content

Commit

Permalink
Update README, add lint composer command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlevers committed Dec 5, 2022
1 parent a7ca8df commit 01469e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A PHP library for connecting to Amazon's [Business API](https://developer-docs.a

| | |
| ------ | ------ |
| [![Highside Labs Logo](https://highsidelabs.co/images/favicon.ico)](https://highsidelabs.co) | **This package is developed and maintained as part of [Highside Labs](https://highsidelabs.co). If you need support integrating with Amazon's (or any other e-commerce platform's) APIs, we're happy to help! Shoot us an email at [hi@highsidelabs.co](mailto:hi@highsidelabs.co). We'd love to hear from you :)** |
| [![Highside Labs Logo](https://highsidelabs.co/static/favicons/favicon.png)](https://highsidelabs.co) | **This package is developed and maintained as part of [Highside Labs](https://highsidelabs.co). If you need support integrating with Amazon's (or any other e-commerce platform's) APIs, we're happy to help! Shoot us an email at [hi@highsidelabs.co](mailto:hi@highsidelabs.co). We'd love to hear from you :)** |
| | We are the team behind the [Selling Partner API library](https://github.com/jlevers/selling-partner-api). If you need to access the Selling Partner API too, our library for that API has a nearly identical interface to this one, and you should be able to get onboarded very quickly.

If you've found this library useful, please consider [becoming a Sponsor](https://github.com/sponsors/jlevers), or making a one-time donation via the button below. We appreciate any and all support you can provide!
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"amazon",
"ecommerce",
"ab-api",
"php",
"sdk",
"rest",
"api"
Expand All @@ -34,5 +33,8 @@
},
"autoload": {
"psr-4": { "AmazonBusinessApi\\" : "lib/" }
},
"scripts": {
"lint": "vendor/bin/php-cs-fixer fix"
}
}
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ public function getHostSettings()
{
return [
[
'url' => 'https://na.business-api.amazon.com',
'url' => 'https://api.business.amazon.com',
'description' => 'No description provided',
]
];
Expand Down

0 comments on commit 01469e5

Please # to comment.