cart->needs_payment() ) : ?>
$gateway ) );
}
} else {
echo '- ' . apply_filters( 'woocommerce_no_available_payment_methods_message', WC()->customer->get_billing_country() ? esc_html__( 'Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) : esc_html__( 'Please fill in your details above to see available payment methods.', 'woocommerce' ) ) . '
'; // @codingStandardsIgnoreLine
}
?>
' . esc_html( $order_button_text ) . '' ); // @codingStandardsIgnoreLine ?>