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 {
994
994
$ code = $ bodyXml ->xpath ('//GetQuoteResponse/Note/Condition/ConditionCode ' );
995
995
if (isset ($ code [0 ]) && (int )$ code [0 ] == self ::CONDITION_CODE_SERVICE_DATE_UNAVAILABLE ) {
996
996
$ debugPoint ['info ' ] = sprintf (
997
- __ ("DHL service is not available at %s date " ),
997
+ __ ("DHL service is not available at %s date " )-> render () ,
998
998
$ responseData ['date ' ]
999
999
);
1000
1000
$ unavailable = true ;
Original file line number Diff line number Diff line change @@ -1121,7 +1121,7 @@ public function filter($value)
1121
1121
$ this ->resetAfterFilterCallbacks ();
1122
1122
1123
1123
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 ());
1125
1125
} else {
1126
1126
$ value = (string ) __ ("We're sorry, an error has occurred while generating this content. " );
1127
1127
}
You can’t perform that action at this time.
0 commit comments