Skip to content

Commit

Permalink
chore: updates stripe api to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rampalli committed May 12, 2023
1 parent 82f7145 commit 08c686f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

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

0 comments on commit 08c686f

Please sign in to comment.