Fix docblock for validate_receiver_email

This commit is contained in:
Gabor Javorszky 2015-10-30 15:11:41 +00:00
parent 58b01886c9
commit 2fce596b25
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ class WC_Gateway_Paypal_IPN_Handler extends WC_Gateway_Paypal_Response {
}
/**
* Check payment amount from IPN matches the order
* Check receiver email from PayPal. If the receiver email in the IPN is different than what is stored in
* WooCommerce -> Settings -> Checkout -> PayPal, it will log an error about it
* @param WC_Order $order
*/
protected function validate_receiver_email( $order, $receiver_email ) {