Browse Source

Merge branch 'unstable' of blezz-tech/sharix-open-webservice-running into unstable

1 changed files with 1 additions and 1 deletions
  1. 1 1
      serializer/orders_local.py

+ 1 - 1
serializer/orders_local.py

@@ -39,7 +39,7 @@ class OrdersLocalSerializer(serializers.ModelSerializer):
         allow_null=True
     )
     provider_screen_name = serializers.CharField(
-        source="order_synced.provider.user_id.full_name",
+        source="order_synced.provider.user.full_name",
         allow_null=True
     )