diff --git a/plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb b/plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb index e63e1e6..2050fe4 100644 --- a/plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb +++ b/plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb @@ -223,8 +223,4 @@ class ShoppingCartPluginProfileController < ProfileController end true end - - def get_price(product) - float_to_currency( product.discount ? product.price_with_discount : product.price ) - end end -- libgit2 0.21.2