Skip to content

Add fullName field to query

Laura Callahan requested to merge 433384-billing_account_query into master

What does this MR do and why?

Adds missing field fullName to query definition for consumption in follow-up MR.

This query is used in contact-information, which is referenced in yet to be consumed billing-account-details

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

No changes should be visible

How to set up and validate locally

No changes should be present

  1. Enable the key_contacts_management feature flag
    Feature.enable(:key_contacts_management)
  2. Have CustomersDot set up and connected to GitLab
  3. Ensure you have a subscription on your account so that you have a billing account set up
  4. Visit http://localhost:3000/-/subscriptions/new?plan_id=2c92c0f876e0f4cc0176e176a08f1b70 (new subscription)
  5. Navigate to the contact information step
  6. You should see a blurb that says Manage the subscription and billing contacts for your billing account in the Customers Portal. Learn more about how to manage your contacts.
  7. Visit http://localhost:3000/-/subscriptions/buy_minutes?selected_group=GROUP_ID and test the same logic (add-on form)

Related to #433384 (closed)

Edited by Laura Callahan

Merge request reports