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