Skip to content

Commit

Permalink
Merge pull request stripe-ruby-mock#835 from fabianoarruda/verificati…
Browse files Browse the repository at this point in the history
…on-replaced-by-requirements

Account: replace deprecated `verification` hash by `requirements`
  • Loading branch information
alexmamonchik authored Dec 10, 2024
2 parents e25b19d + 0573dd9 commit e873129
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions lib/stripe_mock/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,15 @@ def self.mock_account(params = {})

]
},
verification: {
fields_needed: [],
due_by: nil,
contacted: false
requirements: {
alternatives: [],
current_deadline: nil,
currently_due: [],
disabled_reason: nil,
errors: [],
eventually_due: [],
past_due: [],
pending_verification: []
},
transfer_schedule: {
delay_days: 7,
Expand Down

0 comments on commit e873129

Please sign in to comment.