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
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,11 @@ public enum SubscriptionPatchAction
@ApiModelProperty( "Request a product plan update for a syndicated subscription" )
SYNDICATED_UPGRADE,

@ApiModelProperty( "Update extra resources ranges with current plan values" )
@ApiModelProperty( "Update reselling prices and extra resources ranges with current plan values" )
REFRESH_BILLING_CONFIGURATION,

@ApiModelProperty( hidden = true )
@Deprecated
REFRESH_BILLING_ITEM_VALUES,

@ApiModelProperty( "Approve a subscription" )
Expand Down