소스 검색

bug fix in MaterioCommerceNominativeTerms

bach 2 년 전
부모
커밋
cbdae0d062
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/modules/custom/materio_commerce/src/Plugin/Commerce/CheckoutPane/MaterioCommerceAgreeNominative.php

+ 1 - 1
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]) . '<br/>';
     }
     if (!empty($path)) {
-      $summary .= $this->t('Multi page: @path', ['@path' => $path['route_name']]);
+      $summary .= $this->t('Multi page: @path', ['@path' => $path]);
     }
 
     return $summary;