From cbdae0d062510c76943620e71bd25848a049b57a Mon Sep 17 00:00:00 2001 From: bach Date: Thu, 8 Jul 2021 09:49:50 +0200 Subject: [PATCH] bug fix in MaterioCommerceNominativeTerms --- .../Commerce/CheckoutPane/MaterioCommerceAgreeNominative.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;