Project

General

Profile

Development #94905

epayment: les paiements doivent être flag "en ligne" et non "CB"

Added by Lauréline Guérin 3 days ago. Updated 1 day ago.

Status:
Solution déployée
Priority:
Normal
Target version:
-
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

Revision 3b9d10c1 (diff)
Added by Lauréline Guérin 1 day ago

epayment: use payment type online (#94905)

History

#2

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 :

#3

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 :

#4

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 :

#5

Updated by Transition automatique 1 day ago

  • Status changed from Résolu (à déployer) to Solution déployée

Also available in: Atom PDF