Skip to content

Commit

Permalink
Add url to payment methods index in configuration breadcrumb
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jun 14, 2023
1 parent 666b633 commit 8ea2da8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{% set breadcrumbs = [
{ label: 'sylius.ui.administration'|trans, url: path('sylius_admin_dashboard') },
{ label: 'sylius.ui.payment_methods'|trans },
{ label: 'sylius.ui.payment_methods'|trans, url: path('sylius_admin_payment_method_index') },
{ label: payment_method.id, url: path('sylius_admin_payment_method_update', {'id': payment_method.id}) },
{ label: 'commerce_weavers_saferpay.ui.configure_saferpay_payment_methods'|trans },
] %}
Expand Down

0 comments on commit 8ea2da8

Please sign in to comment.