[ljcom] r9494: LJSUP-6582. Change short number.
Committer: gprochaev
LJSUP-6582. Change short number.U trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm
Modified: trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm 2010-09-10 14:26:11 UTC (rev 9493)
+++ trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm 2010-09-13 04:04:04 UTC (rev 9494)
@@ -72,7 +72,7 @@
# Prices and conditions of use are available <a href='/sup/sms_tos_eng.bml' target=_blank>here</a>
my $prices = BML::ml("widget.userhead.sms.prices", {'aopts' => "href='$LJ::SITEROOT/sup/smsonline.bml' target='_blank'"});
- return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;' class='paybysms'><p>$to_pay</p><p><strong class='paybysms-text'>LJ$sms_order</strong> $to <span class='paybysms-phone'>7069</span></p> <p class='b-bubble b-bubble-alert b-bubble-noarrow b-bubble-intext'>$prices</p></div>",);
+ return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;' class='paybysms'><p>$to_pay</p><p><strong class='paybysms-text'>LJ$sms_order</strong> $to <span class='paybysms-phone'>6365</span></p> <p class='b-bubble b-bubble-alert b-bubble-noarrow b-bubble-intext'>$prices</p></div>",);
}
