Completed
Push — master ( 83a557...8e0143 )
by Remco
11:52 queued 05:23
created
src/PaymentMethodType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Integration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
 		);
Please login to merge, or discard this patch.