Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created March 31, 2020 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kaiderella/6363f78bcff1724b8a3337e2e30e408a to your computer and use it in GitHub Desktop.
Save Kaiderella/6363f78bcff1724b8a3337e2e30e408a to your computer and use it in GitHub Desktop.
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