Diverse bug and typo fixes to the recurring billing system. Also added some POD
This commit is contained in:
parent
39a71a9b44
commit
1d6aeaf2d4
11 changed files with 341 additions and 20 deletions
|
|
@ -18,7 +18,7 @@ sub duration {
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub handler {
|
||||
$_[0]->{_subscription}->apply;
|
||||
$_[0]->{_subscription}->apply($_[1]);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue