Skip to content

Commit

Permalink
Merge pull request #823 from Expensify/rodrigo-add-payment-type-const
Browse files Browse the repository at this point in the history
[NO QA] Adding payment type const
  • Loading branch information
NikkiWines authored Dec 20, 2024
2 parents 7064810 + a8c351b commit 86db781
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,10 @@ const CONST = {
longFlightFare: 'economy',
hotelStar: 'fourStars',
},
PAYMENT_TYPE: {
PAY_AT_HOTEL: 'PAY_AT_HOTEL',
PAY_AT_VENDOR: 'PAY_AT_VENDOR',
},
},

// Expensify domains
Expand Down

0 comments on commit 86db781

Please # to comment.