Exception logging is not working due to a typo in doOrderPreSave()

Created on 2 February 2024, about 1 year ago
Updated 16 February 2024, about 1 year ago

Exception logging was broken here https://www.drupal.org/project/commerce/issues/3404282 📌 Improve the order version exception logging Fixed .
Instead of

        \Drupal::logger('commerce_order')->error('<pre>%excepiton</pre>', [
          '%exception' => $mismatch_exception->__toString(),
        ]);

We should have

        \Drupal::logger('commerce_order')->error('<pre>%exception</pre>', [
          '%exception' => $mismatch_exception->__toString(),
        ]);
🐛 Bug report
Status

Fixed

Version

2.0

Component

Order

Created by

🇺🇦Ukraine marchuk.vitaliy Rivne, UA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024