Skip to content

Commit

Permalink
Merge pull request #511 from ebanx/revert-510-bugfix/pse-tp
Browse files Browse the repository at this point in the history
Revert "Fix for pse thank you page"
  • Loading branch information
Cezar Luiz authored May 26, 2017
2 parents 313932a + a35ac0f commit 5a8d0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static function thankyou_page($order)
$data = array(
'data' => array(),
'order_status' => $order->get_status(),
'method' => 'eft'
'method' => 'debit-card'
);

parent::thankyou_page($data);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
?>

<div class="woocommerce-message">
<span><?php _e( 'Payment successfully made using PSE.', 'woocommerce-gateway-ebanx' ); ?></span>
<span><?php printf( wp_kses( __( 'Payment successfully made using %1$s oxxo in %2$s.', 'woocommerce-gateway-ebanx' ), array( 'strong' => array() ) ), '' ); ?></span>
</div>

0 comments on commit 5a8d0f7

Please sign in to comment.