Development #94905
epayment: les paiements doivent être flag "en ligne" et non "CB"
Start date:
05 September 2024
Due date:
% Done:
0%
Estimated time:
Patch proposed:
No
Planning:
No
Description
if self.is_paid() and self.invoice: payment_type, dummy = PaymentType.objects.get_or_create( regie=self.backend.regie, slug='creditcard', defaults={'label': _('Credit card')} )
=> pas le bon type de paiement
Associated revisions
History
Updated by Robot Gitea 3 days ago
- Status changed from Nouveau to Solution proposée
Lauréline Guérin (lguerin) a ouvert une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/lingo/pulls/254
- Titre : epayment: use payment type online (#94905)
- Modifications : https://git.entrouvert.org/entrouvert/lingo/pulls/254/files
Updated by Robot Gitea 2 days ago
- Status changed from Solution proposée to Solution validée
Frédéric Péters (fpeters) a approuvé une pull request sur Gitea concernant cette demande :
Updated by Robot Gitea 1 day ago
- Status changed from Solution validée to Résolu (à déployer)
Lauréline Guérin (lguerin) a mergé une pull request sur Gitea concernant cette demande :
- URL : https://git.entrouvert.org/entrouvert/lingo/pulls/254
- Titre : epayment: use payment type online (#94905)
- Modifications : https://git.entrouvert.org/entrouvert/lingo/pulls/254/files
Updated by Transition automatique 1 day ago
- Status changed from Résolu (à déployer) to Solution déployée
epayment: use payment type online (#94905)