You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The minicart can show outdated prices when a store sets a default payment system like "Boleto" or "Pix" because the addItem functions its always called with these options:
Is your feature request related to a problem? Please describe.
The minicart can show outdated prices when a store sets a default payment system like "Boleto" or "Pix" because the addItem functions its always called with these options:
Describe the solution you'd like
Move these options to component props to allow overrides
Describe alternatives you've considered
Also can be a feature flag of store advancedSettings.
Additional context
You can test this behaviour following these steps:
The text was updated successfully, but these errors were encountered: