Skip to content

Commit

Permalink
chore: update stripe api version to 2024-06-20 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 authored Sep 27, 2024
1 parent ed5958e commit 170d090
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class StripeStream(HttpStream, ABC):
url_base = "https://api.stripe.com/v1/"
api_version = "2022-11-15"
api_version = "2024-06-20"
primary_key = "id"
DEFAULT_SLICE_RANGE = 365
NOW_TIMESTAMP = pendulum.now().int_timestamp
Expand Down

0 comments on commit 170d090

Please sign in to comment.