Failed Conditions
Push — develop ( c6b40f...3e2161 )
by Reüel
03:40
created
src/Methods.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,8 +149,8 @@
 block discarded – undo
149 149
 			return null;
150 150
 		}
151 151
 
152
-		if ( isset( self::$map[ $payment_method ] ) ) {
153
-			return self::$map[ $payment_method ];
152
+		if ( isset( self::$map[$payment_method] ) ) {
153
+			return self::$map[$payment_method];
154 154
 		}
155 155
 
156 156
 		if ( ! empty( $default ) ) {
Please login to merge, or discard this patch.