Skip to content

Instantly share code, notes, and snippets.

@tongdaitructuyen
Last active February 17, 2022 09:21
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 tongdaitructuyen/c5e8f77966d3ea8c75c95e52d1b258d6 to your computer and use it in GitHub Desktop.
Save tongdaitructuyen/c5e8f77966d3ea8c75c95e52d1b258d6 to your computer and use it in GitHub Desktop.
Xử lý lỗi đơn hàng không tự động hoàn tất - Hướng dẫn cách tạo thanh toán PayPal bằng VNĐ trên WooCommerce - https://www.mycomputer.vn/thanh-toan-paypal-bang-vnd-tren-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