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

Fix: remove hasExternalPrice prop on <LineItemQuantity> component #465

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gciotola
Copy link
Contributor

@gciotola gciotola commented Jan 4, 2024

What I did

This reverts the changes done in #445 and removes the hasExternalPrice prop on the LineItemQuantity component.

Mainly we don't need anymore to enforce the update of line_item using the hasExternalPrice prop, since now it has been fixed at API level.
The _external_price attribute is now being saved on the line_item resource.

How to test

Checklist

  • Make sure your changes are tested (stories and/or unit, integration, or end-to-end tests).
  • Make sure to add/update documentation regarding your changes.
  • You are NOT deprecating/removing a feature.

@gciotola gciotola changed the title fix: remove hasExternalPrice on updateLineItem Fix: remove hasExternalPrice prop on <LineItemQuantity> component Jan 4, 2024
@gciotola gciotola requested a review from acasazza January 4, 2024 09:55
@gciotola gciotola self-assigned this Jan 4, 2024
@gciotola gciotola added the enhancement New feature or request label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant