app/controllers/spree/base_controller.rb in spree-0.6.0 vs app/controllers/spree/base_controller.rb in spree-0.7.0
- old
+ new
@@ -1,7 +1,7 @@
class Spree::BaseController < ApplicationController
- filter_parameter_logging "password"
+ filter_parameter_logging :password, :creditcard_number, :creditcard_verification_value
# retrieve the order_id from the session and then load from the database (or return a new order if no
# such id exists in the session)
def find_order
unless session[:order_id].blank?
\ No newline at end of file