Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add content of orderItems in checkout #94

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

howardyoo
Copy link
Contributor

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}]

@howardyoo howardyoo added enhancement New feature or request go Pull requests that update Go code labels Oct 5, 2024
@howardyoo howardyoo requested a review from a team as a code owner October 5, 2024 04:24
@howardyoo howardyoo self-assigned this Oct 5, 2024
@howardyoo howardyoo merged commit 31aff20 into main Oct 7, 2024
6 checks passed
@howardyoo howardyoo deleted the howardyoo-patch-3 branch October 7, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant