Skip to content

Commit b16355d

Browse files
committed
Add resolution of issue aligent#99 to release notes
1 parent 9dfad80 commit b16355d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ $brands = $api->catalog()->brands()->getAll()->getBrands();
165165
- Checking PHP style rules: `composer run-script check-style`
166166
- Auto fix code style rules: `composer run-script fix-style`
167167

168+
If you do not have composer installed, you can use the docker version: `docker run --rm -it -v $PWD:/app composer run-script check-style`
169+
168170
### Writing Tests
169171

170172
All tests are located in the _tests_ folder in the namespace `BigCommerce\Tests`. The namespace should match the class

RELEASE_NOTES.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
### Fixes
22

3-
- Fix invalid namespace in a test class (@AymericPlanche)
4-
- Fix PHP compatibility issue in LegacyAPI class #90 (@AymericPlanche)
3+
- Add `brand_name` property to Product (Issue #99, thanks @guillaume-sarramegna)
54

0 commit comments

Comments
 (0)