use later hook to render paypal container

This commit is contained in:
Kirill Braslavsky 2021-03-19 12:32:16 +02:00
parent 238a71f9a4
commit ad5f7de82d

View file

@ -321,7 +321,7 @@ class SmartButton implements SmartButtonInterface {
);
}
add_action( 'woocommerce_review_order_after_submit', array( $this, 'button_renderer' ), 10 );
add_action( 'woocommerce_review_order_after_payment', array( $this, 'button_renderer' ), 10 );
add_action( 'woocommerce_pay_order_after_submit', array( $this, 'button_renderer' ), 10 );
return true;