mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-07 00:05:33 -04:00
Merge upstream and update generated code for v1798 and 2025-05-28.preview
This commit is contained in:
commit
1881fb4da9
@ -1 +1 @@
|
||||
v1797
|
||||
v1798
|
@ -389,7 +389,7 @@ you can now use the `raw_request` method on `StripeClient`.
|
||||
|
||||
```ruby
|
||||
client = Stripe::StripeClient.new(...)
|
||||
resp = client.raw_request(:post, "/v1/beta_endpoint", {param: 123}, {stripe_version: "2022-11-15; feature_beta=v3"})
|
||||
resp = client.raw_request(:post, "/v1/beta_endpoint", params: {param: 123}, opts: {stripe_version: "2022-11-15; feature_beta=v3"})
|
||||
|
||||
# (Optional) resp is a StripeResponse. You can use `Stripe.deserialize` to get a StripeObject.
|
||||
deserialized_resp = client.deserialize(resp.http_body)
|
||||
|
Loading…
x
Reference in New Issue
Block a user