Dependencies for CGPaymentGatewayBase Module 1.0.8
Posted: Sun Aug 22, 2010 8:51 pm
Trying to install latest CGPaymentGatewayBase Module ( 1.0.8 )
I'm getting "Missing Dependency" and the following:
Name Minimum Version Installed
CGExtensions 1.19.9 False
In CGPaymentGatewayBase.module.php
I have the latest CGExtensions version CGExtensions-1.19.2
Is this just a typo? (1.19.9) and can I just safely change it to: CGExtensions'=>'1.19.2?
Thanks
I'm getting "Missing Dependency" and the following:
Name Minimum Version Installed
CGExtensions 1.19.9 False
In CGPaymentGatewayBase.module.php
Code: Select all
public function GetDependencies()
{
return array('CGExtensions'=>'1.19.9',
'CGEcommerceBase'=>'1.2.1');
}
Is this just a typo? (1.19.9) and can I just safely change it to: CGExtensions'=>'1.19.2?
Thanks