-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(pricing): fix pricing query when max_quantity is null #12981
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
🦋 Changeset detectedLatest commit: 5f69f8b The changes in this PR will be included in the next version bump. This PR includes changesets to release 69 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
.../modules/pricing/integration-tests/__tests__/services/pricing-module/calculate-price.spec.ts
Outdated
Show resolved
Hide resolved
calculated_price: { | ||
id: "price-PLN-min-quantity-only", | ||
price_list_id: null, | ||
price_list_type: null, | ||
min_quantity: 20, | ||
max_quantity: null, | ||
}, | ||
original_price: { | ||
id: "price-PLN-min-quantity-only", | ||
price_list_id: null, | ||
price_list_type: null, | ||
min_quantity: 20, | ||
max_quantity: null, | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thought(non-blocking): Should these not contain an amount by default? Without it, they are of no good use.
…pricing-module/calculate-price.spec.ts
what:
Prices when max_quantity value is null is accounted for when quantity is passed in context.