Rename customer & compliance type fields

This commit is contained in:
goga-m 2017-10-10 17:29:30 +03:00 committed by Josh Harvey
parent b29c1f21e5
commit 67dda25b20
3 changed files with 77 additions and 32 deletions

View file

@ -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