Skip to content

Commit aeeecac

Browse files
Update generated code for v1494
1 parent 11ea8f7 commit aeeecac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1493
1+
v1494

rbi/stripe/resources/account.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ module Stripe
632632
sig { returns(Payouts) }
633633
attr_reader :payouts
634634
# Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see [this page for more details](https://stripe.com/docs/connect/)
635-
sig { returns(T.nilable(String)) }
635+
sig { returns(String) }
636636
attr_reader :rejected_reason
637637
end
638638
class Settings < Stripe::StripeObject

0 commit comments

Comments
 (0)