I've integrated a custom payment gateway into woocommerce during checkout. The payment is processed on click of the custom place order button, I need to check for validation of checkout form on click of place order with JS before submission of place order. As I want to process the payment with js on click of place order after validation.
Does any one knows? Thanks in Advance.