Skip to content

Commit

Permalink
feat(frontier): cancel plan after trial ends
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma committed Mar 2, 2024
1 parent c0560b0 commit 9d994c4
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 @@ -791,6 +791,7 @@ message PreferenceRequestBody {
message CheckoutSubscriptionBody {
string plan = 1;
bool skip_trial = 2;
bool cancel_after_trial = 3;
}

message CheckoutProductBody {
Expand Down

0 comments on commit 9d994c4

Please sign in to comment.