Skip to content

Commit 19867c9

Browse files
authored
fix: map annotation on expanded view (#3573)
1 parent 711b47d commit 19867c9

File tree

1 file changed

+1
-0
lines changed
  • openmeter/productcatalog/subscription/http

1 file changed

+1
-0
lines changed

openmeter/productcatalog/subscription/http/mapping.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ func MapSubscriptionViewToAPI(view subscription.SubscriptionView) (api.Subscript
423423
Description: apiSub.Description,
424424
Id: apiSub.Id,
425425
Metadata: apiSub.Metadata,
426+
Annotations: apiSub.Annotations,
426427
ProRatingConfig: apiSub.ProRatingConfig,
427428
BillingAnchor: apiSub.BillingAnchor,
428429
BillingCadence: apiSub.BillingCadence,

0 commit comments

Comments
 (0)