Skip to content

Removes "store" from validation modals

Lyle Kozloff requested to merge lyle-remove-cc-stoer into master

What does this MR do and why?

In the current modals we say that we won't store or charge your credit card. While this is technically true in that we don't retain the full card or ability to charge it (to the best of my knowledge). Since this feature was added we do store:

  • expiration_date
  • last_digits
  • holder_name
  • network (card type)

This MR removes the "store" language.

Closes: #346827 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

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

MR acceptance checklist

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

Merge request reports