Committer: vtroitsky
LJSUP-12300: Update documentations for internal APIs functionsU trunk/cgi-bin/LJ/Pay/SelfPromo.pm
Modified: trunk/cgi-bin/LJ/Pay/SelfPromo.pm =================================================================== --- trunk/cgi-bin/LJ/Pay/SelfPromo.pm 2012-06-21 16:13:54 UTC (rev 12157) +++ trunk/cgi-bin/LJ/Pay/SelfPromo.pm 2012-06-21 16:19:15 UTC (rev 12158) @@ -965,13 +965,14 @@ return $cart; } -=item send_notifications +=item send_notification Send notification to the specified user about action performed with promo related to him # supported opts: reason, details, object, refund_amount, exptimea -# TODO (Refactoring): Pass PromoObject instead of %opts and use methods +# TODO (Refactoring): Pass PromoObject instead of %opts and use methods # TODO (Refactoring): Move to Promotion objects + common logic of sending notifications here =cut sub send_notification { my ( $class, $slot, $user, $action, %opts ) = @_;