bug fix in MaterioCommerceNominativeTerms
This commit is contained in:
parent
2fab2343bf
commit
cbdae0d062
|
@ -51,7 +51,7 @@ class MaterioCommerceAgreeNominative extends CheckoutPaneBase implements Checkou
|
||||||
$summary .= $this->t('Error text: @text', ['@text' => $invalid_text]) . '<br/>';
|
$summary .= $this->t('Error text: @text', ['@text' => $invalid_text]) . '<br/>';
|
||||||
}
|
}
|
||||||
if (!empty($path)) {
|
if (!empty($path)) {
|
||||||
$summary .= $this->t('Multi page: @path', ['@path' => $path['route_name']]);
|
$summary .= $this->t('Multi page: @path', ['@path' => $path]);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $summary;
|
return $summary;
|
||||||
|
|
Loading…
Reference in New Issue