added handlesRecurring()
This commit is contained in:
parent
ec857806e6
commit
cdffb087ed
1 changed files with 12 additions and 0 deletions
|
|
@ -381,6 +381,18 @@ sub getName {
|
||||||
return $definition->[0]->{name};
|
return $definition->[0]->{name};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
|
=head2 handlesRecurring ()
|
||||||
|
|
||||||
|
Returns 0. Should be overridden to return 1 by any subclasses that can handle recurring payments.
|
||||||
|
|
||||||
|
=cut
|
||||||
|
|
||||||
|
sub handlesRecurring {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue