File tree Expand file tree Collapse file tree
src/stainless_commons_stripe Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 22
22openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/stainless-commons%2Fstripe-minimal-d7db5d2f2f83e89d00e8529a1b6d4ed4746bd306d0e6ffba02f321b576dcc340.yml
33openapi_spec_hash : e09fbe83a958ffba517bce207e9f9dc1
4- config_hash : 957cd4dc5cc7bbb0ca9a15611bb95cdc
4+ config_hash : 4435a4ca740728c29979cd8f628c10df
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ def with_streaming_response(self) -> StripeWithStreamedResponse:
204204 @property
205205 @override
206206 def qs (self ) -> Querystring :
207- return Querystring (array_format = "comma " )
207+ return Querystring (array_format = "brackets " )
208208
209209 @property
210210 @override
@@ -457,7 +457,7 @@ def with_streaming_response(self) -> AsyncStripeWithStreamedResponse:
457457 @property
458458 @override
459459 def qs (self ) -> Querystring :
460- return Querystring (array_format = "comma " )
460+ return Querystring (array_format = "brackets " )
461461
462462 @property
463463 @override
You can’t perform that action at this time.
0 commit comments