When I try to install the Moneris Payment Plugin I get an error: "This plugin is not an Eshop Payment Plugin"
I looked at some of the other payment plugins and the models/payment.php file and on line 136 it says:
if ($pluginType != 'eshopplugin')
{
JRequest::setVar('msg', JText::_('ESHOP_INVALID_ESHOP_PAYMENT_PLUGIN'));
return false;
}
I then looked at the Moneris xml file and it said: type="plugin"
So I changed the type to: eshopplugin
However, it still didn't work after changing the type to eshopplugin and I still get the same error message.
Any help is greatly appreciated.
I looked at some of the other payment plugins and the models/payment.php file and on line 136 it says:
if ($pluginType != 'eshopplugin')
{
JRequest::setVar('msg', JText::_('ESHOP_INVALID_ESHOP_PAYMENT_PLUGIN'));
return false;
}
I then looked at the Moneris xml file and it said: type="plugin"
So I changed the type to: eshopplugin
However, it still didn't work after changing the type to eshopplugin and I still get the same error message.
Any help is greatly appreciated.