Skip to content

Commit

Permalink
Expose transactions stream
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid committed Apr 1, 2024
1 parent a645036 commit 97c0e29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_restaurant365/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def discover_streams(self) -> list[streams.Restaurant365Stream]:
streams.CreditMemosStream(self),
streams.BankExpensesStream(self),
streams.StockCountStream(self),
streams.TransactionsStream(self),
streams.TransactionDetailsStream(self),
]

Expand Down

0 comments on commit 97c0e29

Please sign in to comment.