Display notices in order pay page.

Closes #21798
This commit is contained in:
Claudio Sanches 2018-11-05 18:35:23 -02:00
parent a71cdc242e
commit 0da8f23253
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ class WC_Shortcode_Checkout {
do_action( 'before_woocommerce_pay' );
wc_print_notices();
$order_id = absint( $order_id );
// Pay for existing order.