if ( wc_string_to_bool( $gateway->enabled ) ) {
                                            /* Translators: %s Payment gateway name. */
                                            echo '<a class="button alignright" aria-label="' . esc_attr( sprintf( __( 'Manage the "%s" payment method', 'woocommerce' ), $method_title ) ) . '" href="' . esc_url( admin_url( 'admin.php?page=wc-settings&tab=checkout&section=' . strtolower( $gateway->id ) ) ) . '">' . esc_html__( 'Manage', 'woocommerce' ) . '</a>';
                                        } else {
                                            /* Translators: %s Payment gateway name. */