Rename customer & compliance type fields
This commit is contained in:
parent
b29c1f21e5
commit
67dda25b20
3 changed files with 77 additions and 32 deletions
|
|
@ -87,8 +87,8 @@ function getComplianceTypes () {
|
|||
'sms',
|
||||
'id_card_data',
|
||||
'id_card_photo',
|
||||
'front_facing_cam',
|
||||
'sanctions_check',
|
||||
'front_camera',
|
||||
'sanctions',
|
||||
'authorized' ]
|
||||
}
|
||||
|
||||
|
|
@ -173,8 +173,11 @@ function computeStatus (customer) {
|
|||
label: 'ID card',
|
||||
value: customer.id_card_at
|
||||
}, {
|
||||
label: 'Front facing camera',
|
||||
value: customer.front_facing_cam_at
|
||||
label: 'Sanctions',
|
||||
value: customer.sanctions_at
|
||||
}, {
|
||||
label: 'Front camera',
|
||||
value: customer.front_camera_at
|
||||
}, {
|
||||
label: 'ID card image',
|
||||
value: customer.id_card_image_at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue