Commit f7a5a8b99e41256878f403b4d393fd0939df7cd2

Authored by Rodrigo Souto
1 parent 9a2d6254

[shopping-cart-plugin] Fixing rebase with master

plugins/shopping_cart/controllers/shopping_cart_plugin_profile_controller.rb
@@ -223,8 +223,4 @@ class ShoppingCartPluginProfileController < ProfileController @@ -223,8 +223,4 @@ class ShoppingCartPluginProfileController < ProfileController
223 end 223 end
224 true 224 true
225 end 225 end
226 -  
227 - def get_price(product)  
228 - float_to_currency( product.discount ? product.price_with_discount : product.price )  
229 - end  
230 end 226 end