8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

Faire payer le bon prix, c'est mieux

This commit is contained in:
Hugo LEVY-FALK 2018-06-17 17:38:01 +02:00
parent d4383c2291
commit b92aeb7308

View file

@ -136,11 +136,11 @@ def comnpay(facture, request):
'action': 'https://secure.homologation.comnpay.com',
'method': 'POST',
'content': p.buildSecretHTML(
"Rechargement du solde",
facture.prix(),
"Paiement de la facture "+str(facture.id),
facture.prix_total(),
idTransaction=str(facture.id)
),
'amount': facture.prix,
'amount': facture.prix_total(),
}
return r