Skip to content

Commit a4fffe1

Browse files
authored
Fix: Invoice moved to non incremental endpoints (#645)
Invoice moved to non incremental endpoints
1 parent 6fe470a commit a4fffe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sources/stripe_analytics/settings.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
"Account",
88
"Coupon",
99
"Customer",
10+
"Invoice",
1011
"Product",
1112
"Price",
1213
)
1314
# possible incremental endpoints
14-
INCREMENTAL_ENDPOINTS = ("Event", "Invoice", "BalanceTransaction")
15+
INCREMENTAL_ENDPOINTS = ("Event", "BalanceTransaction")

0 commit comments

Comments
 (0)