Skip to content

Commit af01c61

Browse files
committed
Removed else close.
1 parent 4743b47 commit af01c61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/Generator/OrderAttribution.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public static function add_order_attribution_meta( $order, $assoc_args = array()
6969
if ( wp_rand( 1, 100 ) <= self::CAMPAIGN_PROBABILITY ) {
7070
$campaign_data = self::get_campaign_data();
7171
$meta = array_merge( $meta, $campaign_data );
72-
} else {
7372
}
7473
}
7574

0 commit comments

Comments
 (0)