Skip to content

Commit

Permalink
fix: adds new attribute to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
igorp1 committed Oct 2, 2023
1 parent 7c36dac commit 959505d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stays/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export const MOCK_ACCOMMODATION: StaysAccommodation = {
cancellation_timeline: [],
board_type: 'room_only',
payment_method: 'balance',
quantity_available: 1,
},
{
total_currency: 'GBP',
Expand Down Expand Up @@ -76,6 +77,7 @@ export const MOCK_ACCOMMODATION: StaysAccommodation = {
cancellation_timeline: [],
board_type: 'room_only',
payment_method: 'card',
quantity_available: 1,
},
],
photos: [
Expand Down

0 comments on commit 959505d

Please sign in to comment.