feat: add button to check against OFAC sanction list

This commit is contained in:
Sérgio Salgado 2022-07-07 19:28:33 +01:00 committed by Rafael
parent a29f3fc13c
commit c77fda2623
11 changed files with 114 additions and 5 deletions

View file

@ -114,6 +114,7 @@ function update (id, data, userToken) {
async function updateCustomer (id, data, userToken) {
const formattedData = _.pick(
[
'sanctions',
'authorized_override',
'id_card_photo_override',
'id_card_data_override',