payment responce errorMessage bug fix
This commit is contained in:
parent
2731e384dd
commit
c77a00c207
|
|
@ -31,7 +31,7 @@ abstract class PaymentResponse
|
|||
public function errorMessage(){
|
||||
if(!$this->exception_message)
|
||||
{
|
||||
return $this->response_data['ErrorMessage'];}
|
||||
return $this->response_data['errorMessage'];}
|
||||
else
|
||||
return $this->exception_message;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue