8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-09 03:16:25 +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 2eb0fc816d
commit 532214263c

View file

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