Reformat code - no major change

This commit is contained in:
Dat A8C19
2019-10-21 22:53:03 +07:00
committed by Dat Hoang
parent 9edd924c1b
commit 6250762e7b
8 changed files with 125 additions and 104 deletions
@@ -11,9 +11,11 @@ if ( class_exists( 'WC_Gateway_Paypal_IPN_Handler' ) ) {
class Woo_Viet_WC_Gateway_Paypal_IPN_Handler extends WC_Gateway_Paypal_IPN_Handler {
protected function validate_currency( $order, $currency ) {}
protected function validate_currency( $order, $currency ) {
}
protected function validate_amount( $order, $amount ) {}
protected function validate_amount( $order, $amount ) {
}
}