Skip to content

Parametrize addon purchase details component

Diana Zubova requested to merge dz/327891-parametrize-purchase-summary into master

What does this MR do and why?

We would like to reuse the components for showing purchase summary for CI Minutes and Storage

Related to #327891 (closed)

Screenshots or screen recordings

How to set up and validate locally

  • Run rails c
  • Run Feature.enable(:new_route_storage_purchase) to enable the feature flag for Storage flow
  • Run Feature.enable(:new_route_ci_minutes_purchase) to enable the feature flag for CI Minutes flow

Storage flow

CI Minutes flow (unchanged, posting to avoid regressions)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Diana Zubova

Merge request reports