Failed Conditions
Push — develop ( ba56c1...8ad4eb )
by Reüel
07:31
created
src/OrderStandard/Gateway.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
 
121 121
 		if ( $this->config->alias_enabled && false !== $alias ) {
122 122
 			$ogone_data_general->set_alias( $alias )
123
-			                   ->set_alias_usage( $this->config->alias_usage );
123
+							   ->set_alias_usage( $this->config->alias_usage );
124 124
 		}
125 125
 
126 126
 		$customer = $payment->get_customer();
Please login to merge, or discard this patch.