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
The plugin crashes when accessing the feed with invalid value for BigDecimal(): "" if there are products where product.price is nil, because there's no nil check here:
def price(product)
::Spree::Money.new(product.price).money.format(symbol: false, with_currency: true)
end