Hi,
I have trawled through the various threads and just when I think I have done everything I get thie error:
Status: INVALID
Status Detail: 3082 : The Description value is too long
I have checked all of the details and also checked in the Protx forum, the closest thing I found was:
https://support.protx.com/forum/Topic3675-23-1.aspx
The user has this in their file.
$plain .= "Description=" . "Goods bought from " . STORE_NAME . "&";
I have this:
$sCrypt .= "Description=Items from ". $sMerchantID . "&";
Anyone else have this problem..ever?
I have trawled through the various threads and just when I think I have done everything I get thie error:
Status: INVALID
Status Detail: 3082 : The Description value is too long
I have checked all of the details and also checked in the Protx forum, the closest thing I found was:
https://support.protx.com/forum/Topic3675-23-1.aspx
The user has this in their file.
$plain .= "Description=" . "Goods bought from " . STORE_NAME . "&";
I have this:
$sCrypt .= "Description=Items from ". $sMerchantID . "&";
Anyone else have this problem..ever?
Comment