default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / FS / FS / part_event / Action / pkg_referral_credit_pkg.pm
1 package FS::part_event::Action::pkg_referral_credit_pkg;
2
3 use strict;
4 use base qw( FS::part_event::Action::Mixin::credit_pkg
5              FS::part_event::Action::pkg_referral_credit );
6
7 sub description { 'Credit the referring customer an amount based on the referred package'; }
8
9 1;