From 367b3db7a00198064426196460f3286540a4e587 Mon Sep 17 00:00:00 2001 From: Tony Volpe Date: Fri, 26 Jan 2024 17:43:12 +0000 Subject: [PATCH] Merged in bugfix/MAW-867-update-salesforce-full-oid (pull request #25) MAW-867: update salesforce full oid * MAW-867: update salesforce full oid --- wp/wp-content/themes/thbusiness/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');