You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The authentication object and the credit card object (at least) need their data to be protected from
var_dump()and probablyserialize(), to avoid accidental exposure during debugging or logging.