I have been in continuous communication with protx regarding the new authenticate and authorise tranaction type, however as ever trying to get clarity on how an actinic user should implement it has been like trying to nail jelly to the wall.
I was told that the transaction type AUTHENTICATE would be available on the test server from 7th July.
So today July 10th I duly switched Actinic into test mode and made the following changes before uploading to see if it worked.
I changed the following code in OCCPROTXScriptTemplate.pl from
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"PAYMENT\">\n";
to
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"AUTHENTICATE\">\n";
Needless to say it on handing over to protx I got an error message saying this was an invalid transaction type.
To understand if this is a critical problem with only 20 days to go before the switch over and we all either sort it out or hit a great big brick wall that stops us taking orders, does anybody have any information to answer the following questions. Plus if Chris Dicken is around it would be helpful to get an actinic view
1. Is the above code change the correct one to move to authenticate and authorise for an actinic user that uses protx VSP form i.e. a simple word change in OCCPROTXScriptTemplate.pl
2. If it is more than that has actinic written a script patch for OCCPROTXScriptTemplate.pl so that we can all carry on using protx.
3. If it is as easy as inserting the word AUTHENTICATE does this mean protx have failed to deliver on time the testing server. There are no clues on their website either way that I can see.
Any information to sort this out would be hugely appreciated.
Regards
Mark
I was told that the transaction type AUTHENTICATE would be available on the test server from 7th July.
So today July 10th I duly switched Actinic into test mode and made the following changes before uploading to see if it worked.
I changed the following code in OCCPROTXScriptTemplate.pl from
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"PAYMENT\">\n";
to
$sHiddenValues .= "<INPUT TYPE=HIDDEN NAME=\"TxType\" VALUE=\"AUTHENTICATE\">\n";
Needless to say it on handing over to protx I got an error message saying this was an invalid transaction type.
To understand if this is a critical problem with only 20 days to go before the switch over and we all either sort it out or hit a great big brick wall that stops us taking orders, does anybody have any information to answer the following questions. Plus if Chris Dicken is around it would be helpful to get an actinic view
1. Is the above code change the correct one to move to authenticate and authorise for an actinic user that uses protx VSP form i.e. a simple word change in OCCPROTXScriptTemplate.pl
2. If it is more than that has actinic written a script patch for OCCPROTXScriptTemplate.pl so that we can all carry on using protx.
3. If it is as easy as inserting the word AUTHENTICATE does this mean protx have failed to deliver on time the testing server. There are no clues on their website either way that I can see.
Any information to sort this out would be hugely appreciated.
Regards
Mark
Comment