Committer: nnikulochkina
LJSUP-14326: Implement correct redirect on last step of payment by credit cardU trunk/cgi-bin/LJ/Widget/Shop/Checkout.pm
Modified: trunk/cgi-bin/LJ/Widget/Shop/Checkout.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/Shop/Checkout.pm 2012-11-22 10:29:28 UTC (rev 12935) +++ trunk/cgi-bin/LJ/Widget/Shop/Checkout.pm 2012-11-22 10:44:09 UTC (rev 12936) @@ -87,6 +87,8 @@ LJ::need_res ('stc/widgets/dengionline.css') if LJ::is_enabled('dengionline'); + LJ::need_var ('cart_id' => $cart->get_cart_as_string); + # arrayref for 'table_params' and 'method_params' used as namespace instrument return { table_params => [ $table_params ],