File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -994,7 +994,7 @@ function (array $a, array $b): int {
994994 $ code = $ bodyXml ->xpath ('//GetQuoteResponse/Note/Condition/ConditionCode ' );
995995 if (isset ($ code [0 ]) && (int )$ code [0 ] == self ::CONDITION_CODE_SERVICE_DATE_UNAVAILABLE ) {
996996 $ debugPoint ['info ' ] = sprintf (
997- __ ("DHL service is not available at %s date " ),
997+ __ ("DHL service is not available at %s date " )-> render () ,
998998 $ responseData ['date ' ]
999999 );
10001000 $ unavailable = true ;
Original file line number Diff line number Diff line change @@ -1121,7 +1121,7 @@ public function filter($value)
11211121 $ this ->resetAfterFilterCallbacks ();
11221122
11231123 if ($ this ->_appState ->getMode () == State::MODE_DEVELOPER ) {
1124- $ value = sprintf (__ ('Error filtering template: %s ' ), $ e ->getMessage ());
1124+ $ value = sprintf (__ ('Error filtering template: %s ' )-> render () , $ e ->getMessage ());
11251125 } else {
11261126 $ value = (string ) __ ("We're sorry, an error has occurred while generating this content. " );
11271127 }
You can’t perform that action at this time.
0 commit comments