mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-11 18:56:13 +09:00
Reformat code - no major change
This commit is contained in:
@@ -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 ) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user