Skip to content

Commit 1dd2174

Browse files
committed
Add missing csrf_token field
1 parent 5220406 commit 1dd2174

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Resources/views/orderRefunds.html.twig

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
</div>
2121
</div>
2222
<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')) }}" />
2324
<table id="refunds" class="ui compact celled table">
2425
<thead>
2526
<tr>

0 commit comments

Comments
 (0)