honeycombio / microservices-demo

Apache License 2.0
33 stars 18 forks source link

Add content of orderItems in checkout #94

Closed howardyoo closed 1 month ago

howardyoo commented 1 month ago

This PR adds additional attribute called 'orderItems' that is a representation of order items made when checking out, giving a breakdown of quantity of the products, product ids, and their cost.

The value would look something like this:

[item:{product_id:"L9ECAV7KIM" quantity:4} cost:{currency_code:"USD" units:36 nanos:449999999}]