Skip to content

Commit e30f6ba

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 0c2e07f commit e30f6ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/algolia/models/insights/price.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module Algolia
99
module Insights
10-
# Total price of a product, including any discounts, in units of `currency`.
10+
# Final price of a single product, including any discounts, in units of `currency`.
1111
module Price
1212
class << self
1313
# List of class defined in oneOf (OpenAPI v3)

lib/algolia/models/insights/value.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module Algolia
99
module Insights
10-
# Total monetary value of this event in units of `currency`.
10+
# Total monetary value of this event in units of `currency`. This should be equal to the sum of `price` times `quantity`.
1111
module Value
1212
class << self
1313
# List of class defined in oneOf (OpenAPI v3)

0 commit comments

Comments
 (0)