Skip to content

Display subtotal and tax line in Subscription Purchase

Angelo Gulina requested to merge ag/333698-tax-and-subtotal into master

What does this MR do?

This MR addresses (the first part of) gitlab-org/gitlab#333698. It displays the tax info even when the tax rate is 0, by replacing the 0 with a dash . The work is split to make it easier to review and test.

Subscription Purchase 👈 you are here
Ci Minutes Purchase !67479 (merged)

Screenshots or Screencasts (strongly suggested)

Before After
Screenshot_2021-08-04_at_09.24.09 Screenshot_2021-08-04_at_09.24.02

How to setup and validate locally (strongly suggested)

Example below:

  1. Make sure to have CustomersDot Running locally

  2. Visit /-/subscriptions/new

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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 Angelo Gulina

Merge request reports