Skip to content

Ignore plain-text columns from Users::CreditCardValidation model

Hinam Mehra requested to merge 413525-ignore-credit-card-plain-text-columns into master

What does this MR do and why?

How to set up and validate locally

  1. Run a sanity check by creating a new Users::CreditCardValidation record
> Users::CreditCardValidation.create(user_id: User.first.id, last_digits: 1111, credit_card_validated_at: Date.today, expiration_date: 1.year.from_now.to_date, holder_name: 'John Doe', network: 'Visa')

MR acceptance checklist

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

Related to #413525

Edited by Hinam Mehra

Merge request reports

Loading