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
Currently, the extension is getting the price format directly from the cart prop. To prevent reinventing the wheel, the price should be formatted using the @woocommerce/price-format dependency.
See also #27 (comment) and p1634901323077500/1634868391.069600-slack-C8X6Q7XQU.
Add helper functions getCurrencyFromPriceResponse() and formatPrice().
Create mock file to load default values in the editor.
The text was updated successfully, but these errors were encountered:
Currently, the extension is getting the price format directly from the
cart
prop. To prevent reinventing the wheel, the price should be formatted using the@woocommerce/price-format
dependency.See also #27 (comment) and p1634901323077500/1634868391.069600-slack-C8X6Q7XQU.
getCurrencyFromPriceResponse()
andformatPrice()
.The text was updated successfully, but these errors were encountered: