Skip to content

Commit

Permalink
Merge pull request #9 from langleyfoxall/feature/update-product-docbl…
Browse files Browse the repository at this point in the history
…ocks

Updated product docblock to include country of origin
  • Loading branch information
Gregory Mayes authored Oct 13, 2020
2 parents 38ffdc4 + ae8999b commit 57ab087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/api/products/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Expected response:
"information_colours": "Error aut modi et magnam non.",
"information_packaging": "Aut magnam qui et voluptas cumque omnis ut rerum.",
"information_express_delivery": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"country_of_origin": "United Kingdom",
"lead_time_standard": 7,
"lead_time_express": 5,
"is_lead_time_express_chargable": true,
Expand Down
3 changes: 2 additions & 1 deletion src/Entities/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
* @property-read string $information_colours
* @property-read string $information_packaging
* @property-read string $information_express_delivery
* @property-read string $country_of_origin
* @property-read int $lead_time_standard
* @property-read int $lead_time_express
* @property-read int|null $lead_time_express
* @property-read bool $is_lead_time_express_chargable
* @property-read int $maximum_number_of_colours
* @property-read string $slug
Expand Down

0 comments on commit 57ab087

Please sign in to comment.