Skip to content

Fix header on group billing page [RUN AS-IF-FOSS] [RUN ALL RSPEC]

Etienne Baqué requested to merge ebaque-fix-billing-header into master

What does this MR do?

This bug was reported in this comment.

The group billing header should consistently be relying on plan.name.

Screenshots (strongly suggested)

The group billing page makes an API call to CustomersDot to retrieve Plan data, through the FetchSubscriptionPlansService class. Plan names are now returned as they should be read on the billing page:

Screenshot_from_2021-04-01_11-56-15

Before fix

Screenshot_from_2021-04-01_11-45-27

After fix

Screenshot_from_2021-04-01_11-45-53

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Etienne Baqué

Merge request reports