Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 0d6da2b

Browse files
committed
Merge pull request #171 from OpenBazaar/addModerationFeeToGET
add moderation_fee to GET profile
2 parents 8b8b7e7 + 9dc37a8 commit 0d6da2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/restapi.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def parse_profile(profile):
104104
"nsfw": profile.nsfw,
105105
"vendor": profile.vendor,
106106
"moderator": profile.moderator,
107+
"moderation_fee": profile.moderation_fee,
107108
"handle": profile.handle,
108109
"about": profile.about,
109110
"short_description": profile.short_description,

0 commit comments

Comments
 (0)