9.0.2 has just gone onto beta. This release fixes the Firefox security message problem with Actinic Payments. Just to let you know there will be a subsequent release of the PSPSetup.exe file for 9.0.2 and 8.5.3 which includes a fix for a further issue (company name not appearing on payments page). We're just waiting on the fix for that but we'll put it out as soon as it has been tested.
In the meantime, if you are piloting Actinic Payments and want to include your company name in the payments page add the following line into the Act_OCCActPayTemplate.html file:
For the time being, you'll need to manually replace [Your Company Name] with your actual company name.
In the meantime, if you are piloting Actinic Payments and want to include your company name in the payments page add the following line into the Act_OCCActPayTemplate.html file:
Code:
<input type="hidden" name="ekashu_seller_name" value="[Your Company Name]" />