Skip to content

Commit

Permalink
adding payment type const
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinoz committed Dec 20, 2024
1 parent 7064810 commit a8c351b
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 a8c351b

Please sign in to comment.