I am getting below error
PHP Warning: Header may not contain more than a single header, new line detected in /public_html/wp-content/plugins/knet/Payment.php on line 90
This is line 90
header( 'Location: ' . $this->paymentUrl );
Any idea what could be the reason ?
I am getting below error
PHP Warning: Header may not contain more than a single header, new line detected in /public_html/wp-content/plugins/knet/Payment.php on line 90This is line 90
header( 'Location: ' . $this->paymentUrl );Any idea what could be the reason ?