Skip to content

Commit b1929e8

Browse files
committed
chore!: remove plan_id from frontier ProductRequestBody
1 parent 12e40fb commit b1929e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

raystack/frontier/v1beta1/frontier.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,12 +753,12 @@ message GetCheckoutResponse {
753753
}
754754

755755
message ProductRequestBody {
756-
reserved 7;
756+
reserved 4, 7;
757+
reserved "plan_id";
757758

758759
string name = 1 [(buf.validate.field).string.min_len = 3];
759760
string title = 2;
760761
string description = 3;
761-
string plan_id = 4;
762762
repeated Price prices = 5;
763763
string behavior = 8 [(buf.validate.field) = {
764764
ignore: IGNORE_IF_ZERO_VALUE

0 commit comments

Comments
 (0)