Skip to content

Commit ce47275

Browse files
Merge pull request stripe-ruby-mock#739 from dudyn5ky1/master
[Data] Add data to account links
2 parents 2f03664 + 2dfc4e4 commit ce47275

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/stripe_mock/data.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def self.mock_account_link(params = {})
107107
object: 'account_link',
108108
created: now,
109109
expires_at: now + 300,
110-
url: 'https://connect.stripe.com/setup/c/iB0ph1cPnRLY'
110+
url: 'https://connect.stripe.com/setup/c/iB0ph1cPnRLY',
111+
data: {}
111112
}.merge(params)
112113
end
113114

0 commit comments

Comments
 (0)