X-Git-Url: http://git.imager.perl.org/bse.git/blobdiff_plain/7606de27d56f7ed3648f6bce5224f92375ff134b..83b18fb7522407c7abad2d67c0afa3e7f2d9767a:/site/cgi-bin/modules/BSE/UI/Shop.pm diff --git a/site/cgi-bin/modules/BSE/UI/Shop.pm b/site/cgi-bin/modules/BSE/UI/Shop.pm index 0a5bdcc5..2510a18b 100644 --- a/site/cgi-bin/modules/BSE/UI/Shop.pm +++ b/site/cgi-bin/modules/BSE/UI/Shop.pm @@ -551,7 +551,7 @@ sub req_checkout { my @items = @{$cart->items}; if ($cart->need_logon) { - my ($msg, $id) = $cart->need_logon_reason; + my ($msg, $id) = $cart->need_logon_message; return $class->_refresh_logon($req, $msg, $id); }