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:
parent
2eb0fc816d
commit
532214263c
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue