Skip to content

Commit b44444f

Browse files
algolia-botkai687
andcommitted
fix(specs): value/price clarifications in the Insights API (generated)
algolia/api-clients-automation#5154 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]>
1 parent 19b448f commit b44444f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Model/Insights/Price.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description Total price of a product, including any discounts, in units of `currency`.
15+
* @description Final price of a single product, including any discounts, in units of `currency`.
1616
*/
1717
class Price extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Insights/Value.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description Total monetary value of this event in units of `currency`.
15+
* @description Total monetary value of this event in units of `currency`. This should be equal to the sum of `price` times `quantity`.
1616
*/
1717
class Value extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

0 commit comments

Comments
 (0)