From f7a5a8b99e41256878f403b4d393fd0939df7cd2 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 16 Aug 2011 13:54:57 -0300 Subject: [PATCH] [shopping-cart-plugin] Fixing rebase with master --- plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) 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