Skip to content

Commit

Permalink
Merge pull request #27 from woocommerce/add/misstyped-option
Browse files Browse the repository at this point in the history
Fix mistyped option
  • Loading branch information
millerf authored Dec 16, 2024
2 parents 022115c + c9d6cc3 commit 2ecfffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/tracking-js.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function print_sift_tracking_js() {
return null;
}

$beacon_key = get_option( 'wc_sift_for_woocommerce_beacon_key' );
$beacon_key = get_option( 'wc_sift_for_woocommerce_sift_beacon_key' );
if ( ! $beacon_key ) {
return null;
}
Expand Down

0 comments on commit 2ecfffe

Please sign in to comment.