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