MAW-867: Update Salesforce Full OID

This commit is contained in:
Tony Volpe
2024-01-29 20:36:40 +00:00
parent 2c48165cf4
commit 73a4f2037c

View File

@@ -981,7 +981,7 @@ if ($salesforceEnvironment == 'development') {
$webtolead_url = get_option('webtolead_url'); $webtolead_url = get_option('webtolead_url');
} elseif ($salesforceEnvironment == 'staging') { } elseif ($salesforceEnvironment == 'staging') {
update_option( 'default_campaign', '7011I000000dF9n'); update_option( 'default_campaign', '00DDh0000009Umu');
update_option( 'sfdc_oid', '00D8C0000004aiW' ); update_option( 'sfdc_oid', '00D8C0000004aiW' );
update_option( 'webtolead_url', 'https://test.salesforce.com/servlet/servlet.WebToLead' ); update_option( 'webtolead_url', 'https://test.salesforce.com/servlet/servlet.WebToLead' );