We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4743b47 commit af01c61Copy full SHA for af01c61
includes/Generator/OrderAttribution.php
@@ -69,7 +69,6 @@ public static function add_order_attribution_meta( $order, $assoc_args = array()
69
if ( wp_rand( 1, 100 ) <= self::CAMPAIGN_PROBABILITY ) {
70
$campaign_data = self::get_campaign_data();
71
$meta = array_merge( $meta, $campaign_data );
72
- } else {
73
}
74
75
0 commit comments