@@ -8,4 +8,4 @@ |
||
| 8 | 8 | * @package Pronamic\WordPress\Pay\Extensions\MemberPress |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | -class_alias( 'Pronamic\WordPress\Pay\Extensions\MemberPress\DirectDebitBancontactGateway', 'MeprDirectDebitBancontactGateway' ); |
|
| 11 | +class_alias('Pronamic\WordPress\Pay\Extensions\MemberPress\DirectDebitBancontactGateway', 'MeprDirectDebitBancontactGateway'); |
|
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | * @return string |
| 36 | 36 | */ |
| 37 | 37 | protected function get_icon() { |
| 38 | - return plugins_url( 'images/bancontact/icon-32x32.png', Plugin::$file ); |
|
| 38 | + return plugins_url('images/bancontact/icon-32x32.png', Plugin::$file); |
|
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | /** |