Update generated code for v896

This commit is contained in:
Stripe OpenAPI 2024-03-21 20:50:59 +00:00
parent f825a94c1c
commit 4f0f1ee5f9
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
v892
v896

View File

@ -208,7 +208,7 @@ module Stripe
)
end
# Download the PDF for a finalized quote
# Download the PDF for a finalized quote. Explanation for special handling can be found [here](https://docs.corp.stripe.com/quotes/overview#quote_pdf)
def pdf(params = {}, opts = {}, &read_body_chunk_block)
config = opts[:client]&.config || Stripe.config
opts = { api_base: config.uploads_base }.merge(opts)
@ -221,7 +221,7 @@ module Stripe
)
end
# Download the PDF for a finalized quote
# Download the PDF for a finalized quote. Explanation for special handling can be found [here](https://docs.corp.stripe.com/quotes/overview#quote_pdf)
def self.pdf(quote, params = {}, opts = {}, &read_body_chunk_block)
config = opts[:client]&.config || Stripe.config
opts = { api_base: config.uploads_base }.merge(opts)