Skip to content

Commit

Permalink
feat(frontier): add subscription phase reason field (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Jul 20, 2024
1 parent 6a708d6 commit de55807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raystack/frontier/v1beta1/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,7 @@ message Subscription {
message Phase {
google.protobuf.Timestamp effective_at = 1;
string plan_id = 2;
string reason = 3;
}
repeated Phase phases = 20;

Expand Down

0 comments on commit de55807

Please sign in to comment.