Skip to content

Commit

Permalink
Fix EBANX methods refreshing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Starosta committed Jul 29, 2019
1 parent 4e69418 commit 4d10e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gateways/class-wc-ebanx-new-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ public function process_payment( $order_id ) {

$message = WC_EBANX_Errors::get_error_message( $e, $country );

WC()->session->set( 'refresh_totals', true );
WC_EBANX::log( "EBANX Error: $message" );

wc_add_notice( $message, 'error' );
Expand Down

0 comments on commit 4d10e88

Please sign in to comment.