Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions raystack/frontier/v1beta1/frontier.proto
Original file line number Diff line number Diff line change
Expand Up @@ -753,12 +753,12 @@ message GetCheckoutResponse {
}

message ProductRequestBody {
reserved 7;
reserved 4, 7;
reserved "plan_id";

string name = 1 [(buf.validate.field).string.min_len = 3];
string title = 2;
string description = 3;
string plan_id = 4;
repeated Price prices = 5;
string behavior = 8 [(buf.validate.field) = {
ignore: IGNORE_IF_ZERO_VALUE
Expand Down
Loading