8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-12 01:03:09 +00:00

[API/serializers] Get rid of old 'type_paiement' field in PaiementSerializer

This commit is contained in:
Maxime Bombar 2018-10-12 01:47:32 +02:00 committed by chirac
parent 16170ef024
commit 23351a501d

View file

@ -113,7 +113,7 @@ class PaiementSerializer(NamespacedHMSerializer):
class Meta:
model = cotisations.Paiement
fields = ('moyen', 'type_paiement', 'api_url')
fields = ('moyen', 'api_url')
class CotisationSerializer(NamespacedHMSerializer):