first commit
This commit is contained in:
14
plugins/cvIngPlugin/lib/cvIngTwisto.class.php
Normal file
14
plugins/cvIngPlugin/lib/cvIngTwisto.class.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
class cvIngTwisto extends cvIngPlugin
|
||||
{
|
||||
|
||||
public static function isActive()
|
||||
{
|
||||
if(!PaymentTypePeer::isActive('cvIngTwisto')) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user