validate_currency và validate_amount trong WooCommerce
$this->validate_currency( $order, $posted['mc_currency'] ); | |
$this->validate_amount( $order, $posted['mc_gross'] ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment