Dear developers of Actinic, who created this product, could anyone specify me, the reason why:
I have added my PSP own processing scripts, which communicates with different merchant website for processing payments, and if I'm specifying in the OCCUpgrade.ini the attribute
ProviderID=**
AttributeName='ProcessAdditionalFiles'
Required=1
AttributeType='BOOL'
AttributeValue='YES'
everything works fine, and I'm not getting any error saying about an invalid signature for the order number 'xxxxxx',
but in this case, all variables, specified in the ini files are dumped into my *.html templates as well, which I'm using during the processing for Actinic::TemplateFile, to substitute VarTable hash variables, it brakes me the HTML layout
if I specify exactly what field I'm required to
ProviderID=**
AttributeName='ProcessAdditionalFiles'
Required=1
AttributeType='VALUE'
AttributeValue='ADF01'
my *.html files are clear, and this variables are only dumped on *.fil and *.pm processing scripts, as suppose to
BUT BUT BUT
Actinic, when receiveing new orders says - an INVALID SIGNATURE , the PSP FILE may be corrupted or and etc.
When calling AuthorizeBlob I put into Get Values &SN=000, based on existed examples, even if I'll be putting original response hash in &SN the same error occures.
The question - why you made such a logic???
How can I solve the problem, 'cause this is really significant to me.
With Regards.
I have added my PSP own processing scripts, which communicates with different merchant website for processing payments, and if I'm specifying in the OCCUpgrade.ini the attribute
ProviderID=**
AttributeName='ProcessAdditionalFiles'
Required=1
AttributeType='BOOL'
AttributeValue='YES'
everything works fine, and I'm not getting any error saying about an invalid signature for the order number 'xxxxxx',
but in this case, all variables, specified in the ini files are dumped into my *.html templates as well, which I'm using during the processing for Actinic::TemplateFile, to substitute VarTable hash variables, it brakes me the HTML layout
if I specify exactly what field I'm required to
ProviderID=**
AttributeName='ProcessAdditionalFiles'
Required=1
AttributeType='VALUE'
AttributeValue='ADF01'
my *.html files are clear, and this variables are only dumped on *.fil and *.pm processing scripts, as suppose to
BUT BUT BUT
Actinic, when receiveing new orders says - an INVALID SIGNATURE , the PSP FILE may be corrupted or and etc.
When calling AuthorizeBlob I put into Get Values &SN=000, based on existed examples, even if I'll be putting original response hash in &SN the same error occures.
The question - why you made such a logic???
How can I solve the problem, 'cause this is really significant to me.
With Regards.
Comment