@@ -160,7 +160,7 @@ |
||
160 | 160 | } |
161 | 161 | |
162 | 162 | if ( array_key_exists( $payment_method, self::$map ) ) { |
163 | - return self::$map[ $payment_method ]; |
|
163 | + return self::$map[$payment_method]; |
|
164 | 164 | } |
165 | 165 | |
166 | 166 | return null; |
@@ -41,7 +41,7 @@ |
||
41 | 41 | __( 'test', 'pronamic_ideal' ) => 'https://ca-test.adyen.com/ca/ca/login.shtml', |
42 | 42 | __( 'live', 'pronamic_ideal' ) => 'https://ca-live.adyen.com/ca/ca/login.shtml', |
43 | 43 | ); |
44 | - $this->supports = array( |
|
44 | + $this->supports = array( |
|
45 | 45 | 'webhook', |
46 | 46 | 'webhook_log', |
47 | 47 | ); |