Committer: iaskarov
LJSUP-8580 We need a separate try n buy stat: SUP/NON SUPU trunk/cgi-bin/LJ/Pay/Payment/PayItem/PaidAccount.pm
Modified: trunk/cgi-bin/LJ/Pay/Payment/PayItem/PaidAccount.pm =================================================================== --- trunk/cgi-bin/LJ/Pay/Payment/PayItem/PaidAccount.pm 2011-04-14 05:51:44 UTC (rev 10385) +++ trunk/cgi-bin/LJ/Pay/Payment/PayItem/PaidAccount.pm 2011-04-14 08:40:12 UTC (rev 10386) @@ -399,7 +399,8 @@ } else { my $tb_time = LJ::TryNBuy->already_used($u); if($tb_time) { - LJ::statushistory_add($u->userid, undef, 'trynbuy_upgrade', 't&b enabled at:' . $tb_time); + LJ::statushistory_add($u->userid, undef, 'trynbuy_upgrade', "t&b enabled at: $tb_time; " . + 'is sup:' . (LJ::SUP->is_sup_enabled($u) ? 1 : 0)); } }