1faae5f4f5
* 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. |
||
---|---|---|
.. | ||
assets/images | ||
includes | ||
class-wc-gateway-paypal.php |