Fix sur le paiement via le tchat

This commit is contained in:
2021-01-29 21:03:32 +01:00
parent a5311bf15e
commit 7ed05b3722
5 changed files with 10 additions and 7 deletions

View File

@ -27,7 +27,7 @@
{{#if hasPrice}}
<span class="chat-card-button-area">
<a id='payer-button' class='chat-card-button market-button' data-jsondata='{{jsondata}}'
data-somme-denier="{{data.cout_deniers_total}}">Payer</a>
data-somme-denier="{{data.cout_deniers_total}}" data-quantite="{{data.quantite}}">Payer</a>
</span>
{{/if}}