mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-03 00:01:21 -04:00
Codegen for openapi e0123a3 (#1045)
This commit is contained in:
parent
3d623c9493
commit
721a4b5660
@ -14,6 +14,7 @@ module Stripe
|
||||
custom_method :cancel, http_verb: :post
|
||||
custom_method :capture, http_verb: :post
|
||||
custom_method :confirm, http_verb: :post
|
||||
custom_method :increment_authorization, http_verb: :post
|
||||
custom_method :verify_microdeposits, http_verb: :post
|
||||
|
||||
def apply_customer_balance(params = {}, opts = {})
|
||||
@ -52,6 +53,15 @@ module Stripe
|
||||
)
|
||||
end
|
||||
|
||||
def increment_authorization(params = {}, opts = {})
|
||||
request_stripe_object(
|
||||
method: :post,
|
||||
path: resource_url + "/increment_authorization",
|
||||
params: params,
|
||||
opts: opts
|
||||
)
|
||||
end
|
||||
|
||||
def verify_microdeposits(params = {}, opts = {})
|
||||
request_stripe_object(
|
||||
method: :post,
|
||||
|
Loading…
x
Reference in New Issue
Block a user