MAW-867: Update Salesforce Full OID

This commit is contained in:
Tony Volpe
2024-01-29 21:03:11 +00:00
parent 73a4f2037c
commit e6c5e5099c

View File

@@ -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');