WC_Payment_Gateway::validate_fields()
Validate frontend fields.
Description Description
Validate payment fields on the frontend.
Return Return
(bool)
Source Source
File: includes/abstracts/abstract-wc-payment-gateway.php
public function validate_fields() { return true; }