Fixed wrong HMAC signature generation

This commit is contained in:
Théo DURR
2023-01-05 22:55:14 +01:00
parent 14cd268d69
commit 3cf7be9aae
2 changed files with 2 additions and 2 deletions

View File

@@ -102,8 +102,8 @@
</i>
</p>
{% endif %}
{% csrf_token %}
<form method="post" action="{{ settings.SITH_EBOUTIC_ET_URL }}" name="bank-pay-form">
{% csrf_token %}
<template x-data x-for="input in $store.billing_inputs.data">
<input type="hidden" :name="input['key']" :value="input['value']">
</template>