fix payment api

This commit is contained in:
behruz-dev
2025-10-10 15:22:01 +05:00
parent 06f47a63dc
commit 0875c81da6

View File

@@ -503,5 +503,5 @@ class PartyPaymentHistorySerializer(serializers.ModelSerializer):
return {
'id': obj.user.id,
'full_name': obj.user.full_name,
'profile_image': obj.user.profile_image,
'profile_image': obj.user.profile_image.url,
} if obj.user else None