[Payment card / Subscription] refactor ADD_DEBIT_CARD_FORM Onyx key to be agnostic of debit vs credit in subscription context #43963
Labels
Daily
KSv2
Engineering
Internal
Requires API changes or must be handled by Expensify staff
Reviewing
Has a PR in review
Right now we're using the Onyx key
ADD_DEBIT_CARD_FORM
in the add-payment-card page for the new subscription page. This is a misnomer because the card can be either a debit or credit card. #43572 fixed this in the frontend, now we need to fix it in the backend.Extra Context:
PR where it was introduced and discussion that initiated all this: #42771 (comment)
relevant slack thread: https://expensify.slack.com/archives/C036QM0SLJK/p1717606582669759
where we probably need to address it in web: https://github.com/Expensify/Web-Expensify/pull/42245/files#r1642211354
where App TODO is:
App/src/pages/settings/Subscription/PaymentCard/AddPaymentCard.tsx
Line 32 in c4482aa
Slack thread keeping track of Callstack engineer who is working on the frontend portion of this: https://expensify.slack.com/archives/C036QM0SLJK/p1718659002462059
The text was updated successfully, but these errors were encountered: