diff --git a/wp/wp-content/themes/thbusiness/functions.php b/wp/wp-content/themes/thbusiness/functions.php index 2780be06..b0cd1a34 100644 --- a/wp/wp-content/themes/thbusiness/functions.php +++ b/wp/wp-content/themes/thbusiness/functions.php @@ -981,7 +981,7 @@ if ($salesforceEnvironment == 'development') { $webtolead_url = get_option('webtolead_url'); } elseif ($salesforceEnvironment == 'staging') { - update_option( 'default_campaign', '7011I000000dF9n'); + update_option( 'default_campaign', '00DDh0000009Umu'); update_option( 'sfdc_oid', '00D8C0000004aiW' ); update_option( 'webtolead_url', 'https://test.salesforce.com/servlet/servlet.WebToLead' );