woocommerce/includes/gateways
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
..
bacs Remove locales with 'Sort Code' 2014-11-26 23:03:48 +07:00
cheque Absolute path and Indentation fix for includes/gateways/*.php :) 2014-09-21 01:27:58 +05:45
cod Update class-wc-gateway-cod.php 2015-04-22 16:41:51 -04:00
paypal Fixed reference in PayPal IPN class 2015-06-10 19:17:37 +01:00
simplify-commerce fixes undefined constant ('error_code' > '$error' typo) 2015-06-01 12:52:01 +01:00