From 50d087b9ba23d1cdf00c634315b246ba88465f1c Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Tue, 16 Feb 2016 14:36:52 -0200 Subject: [PATCH] Do not render payment methods yet, waiting for Payment Token API --- templates/myaccount/payment-methods.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/templates/myaccount/payment-methods.php b/templates/myaccount/payment-methods.php index 5c6522b5841..6b005b561ac 100644 --- a/templates/myaccount/payment-methods.php +++ b/templates/myaccount/payment-methods.php @@ -48,17 +48,7 @@ wc_print_notices(); ?> $column_name ) : ?> $action ) { - echo '' . esc_html( $action['name'] ) . ''; - } - } + // @TODO ?>