Skip to content
This repository was archived by the owner on Oct 7, 2023. It is now read-only.

Commit 7733fdf

Browse files
author
Mohammed Hammoud
committed
Typo
1 parent 0d6b9b5 commit 7733fdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

payments/api/serializers.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ class Meta:
3636

3737

3838
class CurrentSubscriptionSerializer(ModelSerializer):
39-
has_active_subscription = serializers.ReadOnlyField()
40-
can_charge = serializers.ReadOnlyField()
41-
4239
class Meta:
4340
model = CurrentSubscription
4441

@@ -62,6 +59,9 @@ class Meta:
6259

6360

6461
class CurrentCustomerSerializer(ModelSerializer):
62+
has_active_subscription = serializers.ReadOnlyField()
63+
can_charge = serializers.ReadOnlyField()
64+
6565
class Meta:
6666
model = Customer
6767

0 commit comments

Comments
 (0)