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