diff --git a/web/modules/custom/materio_commerce/src/Plugin/Commerce/CheckoutPane/MaterioCommerceAgreeNominative.php b/web/modules/custom/materio_commerce/src/Plugin/Commerce/CheckoutPane/MaterioCommerceAgreeNominative.php index 155c9765..30a94655 100644 --- a/web/modules/custom/materio_commerce/src/Plugin/Commerce/CheckoutPane/MaterioCommerceAgreeNominative.php +++ b/web/modules/custom/materio_commerce/src/Plugin/Commerce/CheckoutPane/MaterioCommerceAgreeNominative.php @@ -51,7 +51,7 @@ class MaterioCommerceAgreeNominative extends CheckoutPaneBase implements Checkou $summary .= $this->t('Error text: @text', ['@text' => $invalid_text]) . '
'; } if (!empty($path)) { - $summary .= $this->t('Multi page: @path', ['@path' => $path['route_name']]); + $summary .= $this->t('Multi page: @path', ['@path' => $path]); } return $summary;