Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix how the method description is set
The core payment gateway class only uses the `method_description` property within `get_method_description()`, a method that we are already overloading. This makes the `$this->method_description = $this->get_method_description()` call redundant, especially in the constructor.
- Loading branch information