mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Faire payer le bon prix, c'est mieux
This commit is contained in:
parent
d4383c2291
commit
b92aeb7308
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue