Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] use existing field value of nick_name in db if not sent during request #5104

Closed
Chethan-rao opened this issue Jun 24, 2024 · 0 comments · Fixed by #5105
Closed

[FIX] use existing field value of nick_name in db if not sent during request #5104

Chethan-rao opened this issue Jun 24, 2024 · 0 comments · Fixed by #5105
Assignees
Labels
A-payment-methods Area: Payment Methods C-bug Category: Bug

Comments

@Chethan-rao
Copy link
Contributor

When a card is saved with nick_name during 1st time, if the same card is being saved next time with no nick_name, the nick_name field is being null. This is because we are only relying on request's nick_name field. We should first infer the value from the request. If not present/sent in request, we fallback to the existing field value in db.

@Chethan-rao Chethan-rao added C-bug Category: Bug A-payment-methods Area: Payment Methods labels Jun 24, 2024
@Chethan-rao Chethan-rao added this to the June 2024 Release milestone Jun 24, 2024
@Chethan-rao Chethan-rao self-assigned this Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-payment-methods Area: Payment Methods C-bug Category: Bug
Projects
None yet
1 participant