Skip to content

Parameters filtered in log #84

@rchekaluk

Description

@rchekaluk

When receiving an IPN, I observe that some parameters are filtered from the Rails log:

"transaction"=>{"0"=>{
  ".is_primary_receiver"=>"[FILTERED]", 
  ".id_for_sender_txn"=>"redacted", 
  ".receiver"=>"[FILTERED]", 
  ".amount"=>"USD 1.23", 
  ".refund_id"=>"redacted", 
  ".status"=>"Partially_Refunded", 
  ".id"=>"redacted", 
  ".refund_amount"=>"USD 0.30", 
  ".refund_account_charged"=>"redacted", 
  ".status_for_sender_txn"=>"Partially_Refunded", 
  ".paymentType"=>"SERVICE", 
  ".pending_reason"=>"NONE"
}},
...
"pay_key"=>"[FILTERED]", 
"preapproval_key"=>"[FILTERED]", 

I have not explicitly filtered these parameters in my application (using config.filter_parameters); what has configured these to be filtered?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions