mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-29 00:01:18 -05:00
Update generated code for v296 (#1208)
Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
This commit is contained in:
parent
4441dcbb5e
commit
ff558e713b
@ -1 +1 @@
|
||||
v291
|
||||
v296
|
||||
@ -1137,6 +1137,16 @@ module Stripe
|
||||
)
|
||||
assert_requested :post, "#{Stripe.api_base}/v1/payment_intents"
|
||||
end
|
||||
should "support requests with args: amount, currency, payment_method_data" do
|
||||
Stripe::PaymentIntent.create(
|
||||
{
|
||||
amount: 200,
|
||||
currency: "usd",
|
||||
payment_method_data: { type: "p24", p24: { bank: "blik" } },
|
||||
}
|
||||
)
|
||||
assert_requested :post, "#{Stripe.api_base}/v1/payment_intents"
|
||||
end
|
||||
end
|
||||
context "PaymentIntent.increment_authorization" do
|
||||
should "support requests with args: amount, id" do
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user