Skip to content

Commit 39e67f6

Browse files
committed
replace single quotes with double quotes.
1 parent 9b91483 commit 39e67f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/services/connection/api_manager/mock_data/user/identity_verification_document_add_response.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
const String identityVerificationDocumentAddResponse = '''
33
{
44
"echo_req": {
5-
"documentType": 'test',
6-
"documentNumber": '123',
7-
"issuingCountry": 'US'
5+
"documentType": "test",
6+
"documentNumber": "123",
7+
"issuingCountry": "US"
88
},
99
"identity_verification_document_add": 1,
1010
"msg_type": "identity_verification_document_add"

0 commit comments

Comments
 (0)