Skip to content

Commit

Permalink
chore(data-warehouse): add charge (#19369)
Browse files Browse the repository at this point in the history
add charge
  • Loading branch information
EDsCODE authored Dec 15, 2023
1 parent f9b91ca commit e342b80
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions posthog/temporal/data_imports/pipelines/stripe/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,4 @@
# the most popular endpoints
# Full list of the Stripe API endpoints you can find here: https://stripe.com/docs/api.
# These endpoints are converted into ExternalDataSchema objects when a source is linked.
ENDPOINTS = (
"BalanceTransaction",
"Subscription",
"Customer",
"Product",
"Price",
"Invoice",
)
ENDPOINTS = ("BalanceTransaction", "Subscription", "Customer", "Product", "Price", "Invoice", "Charge")

0 comments on commit e342b80

Please sign in to comment.