Index: in-commerce/units/orders/orders_tag_processor.php =================================================================== --- in-commerce/units/orders/orders_tag_processor.php (revision 15437) +++ in-commerce/units/orders/orders_tag_processor.php (working copy) @@ -951,7 +951,7 @@ return ''; } -// $this->Application->RemoveVar('checkout_errors'); + $this->Application->RemoveVar('checkout_errors'); $errors = unserialize($errors); if ( isset($errors[OrderCheckoutErrorType::COUPON]) ) {