mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-14 00:02:35 -05:00
Merge upstream and update generated code for v2026 and 2025-09-30.preview
This commit is contained in:
commit
7acb0c62f3
@ -111,6 +111,9 @@ module Stripe
|
|||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Retrieve by passing id like `retrieve(id)`
|
||||||
|
# If passing parameters, pass a single map with parameters and the `id` as well.
|
||||||
|
# For example: retrieve({id: some_id, some_param: some_param_value})
|
||||||
def self.retrieve(id, opts = {})
|
def self.retrieve(id, opts = {})
|
||||||
if name.include?("Stripe::V2")
|
if name.include?("Stripe::V2")
|
||||||
raise NotImplementedError,
|
raise NotImplementedError,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user