completed email default messages
This commit is contained in:
@@ -175,7 +175,6 @@ function update_emails_settings_option_CIPF($request, $option_name, $option_data
|
||||
}
|
||||
//error_log("option_data after : " . json_encode($option_data));
|
||||
|
||||
error_log("option 2: " . json_encode($option_data['payment_success']['confirmation_message']));
|
||||
Plgntls::update_option_safe($option_name, $option_data);
|
||||
}
|
||||
|
||||
@@ -220,7 +219,6 @@ function update_email_by_type_CIPF($email_type, $email_options, $request) {
|
||||
}
|
||||
|
||||
//error_log("email_options: " . json_encode($email_options));
|
||||
error_log("option 1: " . json_encode($email_options['confirmation_message']));
|
||||
return $email_options;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user