Skip to content

Commit

Permalink
feat(frontier): while subscribing allow user to skip trial (#341)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Mar 1, 2024
1 parent 00bd94e commit c0560b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raystack/frontier/v1beta1/models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ message PreferenceRequestBody {

message CheckoutSubscriptionBody {
string plan = 1;
int32 trail_days = 2;
bool skip_trial = 2;
}

message CheckoutProductBody {
Expand Down

0 comments on commit c0560b0

Please sign in to comment.