Quantcast
Channel: Recent Topics - Joom Donation - Joomla Extensions by Joomdonation - Joomla Extensions by Joomdonation
Viewing all articles
Browse latest Browse all 23651

Moneris Payment Plugin not installing - by: Matt Bean

$
0
0
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.

Viewing all articles
Browse latest Browse all 23651

Trending Articles