Skip to content

Commit

Permalink
Merge pull request #30573 from Expensify/georgia-cardSettings-fixActi…
Browse files Browse the repository at this point in the history
…vateFlow

rename lastFourDigits to cardLastFourDigits for API call
  • Loading branch information
Beamanator authored Oct 30, 2023
2 parents 9281342 + 466be70 commit 43f245c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libs/actions/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ function requestReplacementExpensifyCard(cardId, reason) {
/**
* Activates the physical Expensify card based on the last four digits of the card number
*
* @param {Number} lastFourDigits
* @param {Number} cardLastFourDigits
* @param {Number} cardID
*/
function activatePhysicalExpensifyCard(lastFourDigits, cardID) {
function activatePhysicalExpensifyCard(cardLastFourDigits, cardID) {
API.write(
'ActivatePhysicalExpensifyCard',
{lastFourDigits, cardID},
{cardLastFourDigits, cardID},
{
optimisticData: [
{
Expand Down

0 comments on commit 43f245c

Please sign in to comment.