@@ -61,23 +61,21 @@ public function execute(Observer $observer)
61
61
$ state = $ order ->getState ();
62
62
$ currentState = $ order ->getOrigData ('state ' );
63
63
64
- if ($ state <> $ currentState ) {
65
- $ incrementId = $ order ->getIncrementId ();
64
+ $ incrementId = $ order ->getIncrementId ();
66
65
67
- $ this ->logger ->debug ("Order {$ incrementId } state change from {$ currentState } to {$ state }" );
68
- $ this ->logger ->debug ("Request URL: {$ this ->url ->getCurrentUrl ()}" );
66
+ $ this ->logger ->debug ("Order {$ incrementId } state change from {$ currentState } to {$ state }" );
67
+ $ this ->logger ->debug ("Request URL: {$ this ->url ->getCurrentUrl ()}" );
69
68
70
- list ($ debugBacktraceLog , $ nonMagentoModules ) = $ this ->getDebugBacktrace ();
69
+ list ($ debugBacktraceLog , $ nonMagentoModules ) = $ this ->getDebugBacktrace ();
71
70
72
- if (empty ($ nonMagentoModules ) == false ) {
73
- $ nonMagentoModulesList = implode (', ' , array_keys ($ nonMagentoModules ));
74
- $ this ->logger ->debug ("WARNING: non Magento modules found on backtrace: " .
75
- $ nonMagentoModulesList );
76
- }
77
-
78
- $ debugBacktraceLog = implode ("\n" , $ debugBacktraceLog );
79
- $ this ->logger ->debug ("Backtrace: \n{$ debugBacktraceLog }\n\n" );
71
+ if (empty ($ nonMagentoModules ) == false ) {
72
+ $ nonMagentoModulesList = implode (', ' , array_keys ($ nonMagentoModules ));
73
+ $ this ->logger ->debug ("WARNING: non Magento modules found on backtrace: " .
74
+ $ nonMagentoModulesList );
80
75
}
76
+
77
+ $ debugBacktraceLog = implode ("\n" , $ debugBacktraceLog );
78
+ $ this ->logger ->debug ("Backtrace: \n{$ debugBacktraceLog }\n\n" );
81
79
}
82
80
} catch (\Exception $ e ) {
83
81
$ this ->logger ->debug ("State debug failed: " . $ e ->getMessage ());
0 commit comments