Skip to content
Snippets Groups Projects
Commit 2aa704cb authored by Jakub Piasecki's avatar Jakub Piasecki
Browse files

Issue #3478355 by zaporylie, borgenk: Link from payment gateway form to list...

parent 86f30c09
No related branches found
No related tags found
1 merge request!4Issue #3478355 by zaporylie, borgenk: Link from payment gateway form to list...
Pipeline #299265 passed with warnings
......@@ -40,7 +40,7 @@ abstract class VippsMobilePayPaymentGatewayBase extends OffsitePaymentGatewayBas
'#type' => 'select',
'#title' => $this->t('Vipps MobilePay Connection Profile'),
'#required' => TRUE,
'#description' => $this->t('Choose one of the connection profiles defined on <a href=:url>this page</a>', [':url' => Url::fromRoute('entity.vipps_mobilepay_connection.collection')->toUriString()]),
'#description' => $this->t('Choose one of the connection profiles defined on <a href=:url>this page</a>', [':url' => Url::fromRoute('entity.vipps_mobilepay_connection.collection')->toString()]),
'#default_value' => $this->configuration['connection_profile'],
'#options' => $options,
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment