From 24801210b9f7a2479b7d2f6abf9ac3c542a0133c Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 22:34:36 +0000 Subject: [PATCH] Update generated code for v387 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/reversal.rb | 4 ++-- lib/stripe/resources/transfer.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 86e86195..f135f6e0 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v385 \ No newline at end of file +v387 \ No newline at end of file diff --git a/lib/stripe/resources/reversal.rb b/lib/stripe/resources/reversal.rb index ceef154a..e459a246 100644 --- a/lib/stripe/resources/reversal.rb +++ b/lib/stripe/resources/reversal.rb @@ -10,11 +10,11 @@ module Stripe # Reversing a transfer that was made for a [destination # charge](https://stripe.com/docs/connect/destination-charges) is allowed only up to the amount of # the charge. It is possible to reverse a - # [transfer_group](https://stripe.com/docs/connect/charges-transfers#transfer-options) + # [transfer_group](https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-options) # transfer only if the destination account has enough balance to cover the # reversal. # - # Related guide: [Reversing transfers](https://stripe.com/docs/connect/charges-transfers#reversing-transfers) + # Related guide: [Reversing transfers](https://stripe.com/docs/connect/separate-charges-and-transfers#reversing-transfers) class Reversal < APIResource extend Stripe::APIOperations::List include Stripe::APIOperations::Save diff --git a/lib/stripe/resources/transfer.rb b/lib/stripe/resources/transfer.rb index 73946ed7..b8beb46f 100644 --- a/lib/stripe/resources/transfer.rb +++ b/lib/stripe/resources/transfer.rb @@ -11,7 +11,7 @@ module Stripe # information, read about the # [transfer/payout split](https://stripe.com/docs/transfer-payout-split). # - # Related guide: [Creating separate charges and transfers](https://stripe.com/docs/connect/charges-transfers) + # Related guide: [Creating separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) class Transfer < APIResource extend Stripe::APIOperations::Create extend Stripe::APIOperations::List