woocommerce/includes/gateways/paypal
Diego Zanella 1faae5f4f5 Fixed reference in PayPal IPN class
* Using __CLASS__ in valid_response() prevents inheritance, as __CLASS__ is always resolved as the parent class. A descendant class would have to copy/paste the whole block of code for it to work correctly. Solution: replaced it with $this, as the valid_response() method is not static, and neither are any of the "payment_status_" methods.
2015-06-10 19:17:37 +01:00
..
assets/images Revert earlier change where PayPal IPN was on or off depending on PDT. 2015-01-28 17:15:48 +00:00
includes Fixed reference in PayPal IPN class 2015-06-10 19:17:37 +01:00
class-wc-gateway-paypal.php Improved PayPal get_icon_url() method 2015-05-27 13:23:21 -03:00