Skip to content

Commit

Permalink
Change ServiceFact Price to PriceDetail (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Jan 15, 2024
1 parent 82d14dd commit 8530018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cmp/types/v1alpha1/service_fact.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ import "cmp/types/v1alpha1/price.proto";
// [Open Message Diagram](https://storage.googleapis.com/docs-cmp-files/diagrams/proto/cmp/types/v1alpha1/service_fact.proto.dot.svg)
message ServiceFact {
string description = 1;
Price price = 2;
PriceDetail price_detail = 2;
}

0 comments on commit 8530018

Please sign in to comment.