-
Notifications
You must be signed in to change notification settings - Fork 96
Open
Description
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
Labels
No labels