Hi all:
Something that should be very simple is throwing me a curve.
I need to comment out a few lines from the following but the comments are not working!!
if ($this->error) {
$this->error_message = "AuthorizeNet Error:
//Response Code: ".$this->response_code."
//Response Subcode: ".$this->response_subcode."
// Response Reason Code: ".$this->response_reason_code."
Response Reason Text: ".$this->response_reason_text."
";
}
I am not familiar with OOP so it may an OOP thing I am missing.
Thank you!