Commit 94691d11 authored by Zequi Vázquez's avatar Zequi Vázquez Committed by Jonathan Sacksick
Browse files

Issue #3273155 by Delty, rabbitlair: Argument #1 ($haystack) must be of type...

Issue #3273155 by Delty, rabbitlair: Argument #1 ($haystack) must be of type string, Drupal\Core\Url given to strpos().
parent 9060aead
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ function commerce_square_requirements($phase) {
      $requirements['commerce_square_authentication'] = [
        'title' => t('Commerce Square Connect'),
        'description' => t('Square Connect OAuth access token is not valid. Please reconnect by submitting the <a href=":url">Square settings form</a>.', [
          ':url' => Url::fromRoute('commerce_square.settings'),
          ':url' => Url::fromRoute('commerce_square.settings')->toString(),
        ]),
        'severity' => REQUIREMENT_ERROR,
      ];