Skip to content

Set AddOnPurchase trial value in CreateService

Qingyu Zhao requested to merge qzhao-set-trial-value-in-post-addonpurchase into master

What does this MR do and why?

Set AddOnPurchase trail value in CreateService

In MR !147522 (merged) it sets GitlabSubscriptions::AddOnPurchase trial field value in PUT method and UpdateService. But it missed to set the value in POST method and CreateService. This MR adds this missing part.

Changelog: changed EE: true

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports