Committer: gariev
LJSUP-6555: Temporary remove WebMoney from LJ.comU trunk/cgi-bin/LJ/Pay/Method/WebMoney.pm U trunk/cgi-bin/LJ/Pay/Method.pm U trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm
Modified: trunk/cgi-bin/LJ/Pay/Method/WebMoney.pm =================================================================== --- trunk/cgi-bin/LJ/Pay/Method/WebMoney.pm 2010-08-23 07:00:32 UTC (rev 9377) +++ trunk/cgi-bin/LJ/Pay/Method/WebMoney.pm 2010-08-23 07:18:05 UTC (rev 9378) @@ -7,6 +7,9 @@ sub checkout_should_redirect { 0 } +## webmoney is temporary disabled +sub suitable_for { 0 } + sub checkout_render { my ($class, $cart, $title, $body) = @_; Modified: trunk/cgi-bin/LJ/Pay/Method.pm =================================================================== --- trunk/cgi-bin/LJ/Pay/Method.pm 2010-08-23 07:00:32 UTC (rev 9377) +++ trunk/cgi-bin/LJ/Pay/Method.pm 2010-08-23 07:18:05 UTC (rev 9378) @@ -63,9 +63,6 @@ 'PayPal', 'YandexMoney', ], - 'slow' => [ - 'WebMoney', - ], 'other' => [ 'Free', ], Modified: trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm 2010-08-23 07:00:32 UTC (rev 9377) +++ trunk/cgi-bin/LJ/Widget/Shop/PaymentMethods.pm 2010-08-23 07:18:05 UTC (rev 9378) @@ -25,7 +25,6 @@ <a href="<?SITEROOT?>/support/faqbrowse.bml?faqid=21#methods" class="paymentmethods-logos"> <img src="<?IMGPREFIX?>/shop/payment/paypal.png" alt="PayPal" /> <img src="<?IMGPREFIX?>/shop/payment/yad.png" alt="<?_ml /shop/index.bml.storefront.paymentmethods.yad _ml?>" /> - <img src="<?IMGPREFIX?>/shop/payment/webmoney.png" alt="WebMoney" /><br /> <img src="<?IMGPREFIX?>/shop/payment/visa.png" alt="VISA" /> <img src="<?IMGPREFIX?>/shop/payment/mastercard.png" alt="MasterCard" /> <img src="<?IMGPREFIX?>/shop/payment/aexpress.png" alt="American Expess" /> @@ -37,7 +36,6 @@ $ret .= qq{ <a href="<?SITEROOT?>/support/faqbrowse.bml?faqid=21#methods" class="paymentmethods-logos"> <img src="<?IMGPREFIX?>/shop/payment/paypal.png" alt="PayPal" /> - <img src="<?IMGPREFIX?>/shop/payment/webmoney.png" alt="WebMoney" /><br /> <img src="<?IMGPREFIX?>/shop/payment/visa.png" alt="VISA" /> <img src="<?IMGPREFIX?>/shop/payment/mastercard.png" alt="MasterCard" /> <img src="<?IMGPREFIX?>/shop/payment/aexpress.png" alt="American Expess" />