We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5220406 commit 1dd2174Copy full SHA for 1dd2174
src/Resources/views/orderRefunds.html.twig
@@ -20,6 +20,7 @@
20
</div>
21
22
<form action="{{ path('sylius_refund_refund_units', {'orderNumber': app.request.attributes.get('orderNumber')}) }}" method="post">
23
+ <input type="hidden" name="_csrf_token" value="{{ csrf_token(app.request.attributes.get('orderNumber')) }}" />
24
<table id="refunds" class="ui compact celled table">
25
<thead>
26
<tr>
0 commit comments