Failed Conditions
Push — develop ( 384879...89d365 )
by Reüel
05:41
created
src/OrderStandard/Gateway.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 		// Alias.
119 119
 		if ( $this->config->alias_enabled ) {
120 120
 			$ogone_data_general->set_alias( $payment->get_meta( 'ogone_alias' ) )
121
-			                   ->set_alias_usage( $this->config->alias_usage );
121
+							   ->set_alias_usage( $this->config->alias_usage );
122 122
 		}
123 123
 
124 124
 		$customer = $payment->get_customer();
Please login to merge, or discard this patch.