Skip to content

Commit

Permalink
MPSDK-945: Flags in KycDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJr committed Oct 4, 2021
1 parent c9a480f commit c2af695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/mangopay/kyc_document_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
expect(new_document['Status']).to eq('CREATED')
expect(new_document['RefusedReasonType']).to be_nil
expect(new_document['RefusedReasonMessage']).to be_nil
expect(new_document['Flags']).to match_array([])
end
end

Expand Down

0 comments on commit c2af695

Please sign in to comment.