Fix $this-> to self:: for an static property
Created by: yaazkal
This will prevent an error like the described if a person is following this tutorial.
Notice: Accessing static property CRM_Core_Payment_CUSTOM::$_mode as non static in CRM_Core_Payment_CUSTOM->__construct()
Where CUSTOM
is a placeholder for the procesor the dev is making.