Skip to content

Commit

Permalink
Expose attributes of resource in all custom scripts [GH-53]
Browse files Browse the repository at this point in the history
  • Loading branch information
livenson committed Feb 29, 2024
1 parent d2feb2b commit d4691d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/waldur_mastermind/marketplace_script/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class OrderSerializer(CommonSerializer):
resource_backend_metadata = serializers.ReadOnlyField(
source="resource.backend_metadata"
)
resource_attributes = serializers.ReadOnlyField(source="resource.attributes")


class ResourceSerializer(CommonSerializer):
Expand Down

0 comments on commit d4691d9

Please sign in to comment.