summaryrefslogtreecommitdiff
path: root/FS/FS/part_event/Action/pkg_referral_credit_pkg.pm
blob: 667c4ce19da15803a376ba00c796db065a8cb9f3 (plain)
1
2
3
4
5
6
7
8
9
package FS::part_event::Action::pkg_referral_credit_pkg;

use strict;
use base qw( FS::part_event::Action::Mixin::credit_pkg
             FS::part_event::Action::pkg_referral_credit );

sub description { 'Credit the referring customer an amount based on the referred package'; }

1;