Skip to content

Commit

Permalink
chore(data-warehouse): Set the stripe version when listing objects (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 authored Oct 22, 2024
1 parent 996bf9c commit 2ed9615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/temporal/data_imports/pipelines/stripe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def stripe_source(
},
"headers": {
"Stripe-Account": account_id,
"Stripe-Version": "2024-09-30.acacia",
}
if account_id is not None and len(account_id) > 0
else None,
Expand Down

0 comments on commit 2ed9615

Please sign in to comment.