package FS::part_event::Action::pkg_agent_credit_pkg; use strict; use base qw( FS::part_event::Action::Mixin::credit_pkg FS::part_event::Action::pkg_agent_credit ); sub description { 'Credit the agent an amount based on the referred package'; } 1;