Hi
I have been trying to get to the bottom of this for several hours. I followed the suggestions here:
http://community.actinic.com/showthr...t=31861&page=9
but we still get errors saying:
4006 txtype requested is not supported on this account the value is 'payment'
We have not changed the line that says:
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"PAYMENT\">\n";
as I was under the impression that line only needed changing if it said 'PREAUTH'.
Has anyone else been having this problem?
I have been trying to get to the bottom of this for several hours. I followed the suggestions here:
http://community.actinic.com/showthr...t=31861&page=9
but we still get errors saying:
4006 txtype requested is not supported on this account the value is 'payment'
We have not changed the line that says:
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"PAYMENT\">\n";
as I was under the impression that line only needed changing if it said 'PREAUTH'.
Has anyone else been having this problem?
Comment