Failed Conditions
Push — develop ( 0799a8...940b31 )
by Reüel
02:44
created
src/Integration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 			__( 'test', 'pronamic_ideal' ) => 'https://ca-test.adyen.com/ca/ca/login.shtml',
29 29
 			__( 'live', 'pronamic_ideal' ) => 'https://ca-live.adyen.com/ca/ca/login.shtml',
30 30
 		);
31
-		$this->provider   = 'adyen';
31
+		$this->provider = 'adyen';
32 32
 	}
33 33
 
34 34
 	/**
Please login to merge, or discard this patch.