academe / authorizenet-objects

Value objects for construction Authorize.Net messages
7 stars 6 forks source link

Protect sensitive information from var_dump #2

Open judgej opened 7 years ago

judgej commented 7 years ago

The authentication object and the credit card object (at least) need their data to be protected from var_dump() and probably serialize(), to avoid accidental exposure during debugging or logging.