Skip to content

Commit

Permalink
add stream to tap
Browse files Browse the repository at this point in the history
  • Loading branch information
keyn4 committed Aug 16, 2024
1 parent 293705a commit 99b3bb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tap_stripe/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
RefundsStream,
PayoutReportsStream,
DisputesIssuingStream,
Discounts
Discounts,
ApplicationFees
)

STREAM_TYPES = [
Expand Down Expand Up @@ -62,7 +63,8 @@
RefundsStream,
PayoutReportsStream,
DisputesIssuingStream,
Discounts
Discounts,
ApplicationFees
]


Expand Down

0 comments on commit 99b3bb4

Please sign in to comment.