Skip to content

Commit

Permalink
likhith/incorporating a nation id image for ZW (binary-com#6175)
Browse files Browse the repository at this point in the history
* feat: incorporating a nation id image for ZW

* feat: replaced image for zw identity card

* fix: regex format of sample input

* fix: replaced image for zw
  • Loading branch information
likhith-deriv committed Sep 14, 2022
1 parent 2760f6d commit e0e2ddd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,11 @@ const idv_document_data = {
sample_image: '',
},
},
zw: {
national_id: {
new_display_name: 'National ID',
example_format: '081234567F53',
sample_image: getImageLocation('zw_national_identity_card.png'),
},
},
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e0e2ddd

Please sign in to comment.