Skip to content

Commit

Permalink
Merge pull request #1191 from RafaelTaranto/fix/sumsub-mid-of-tx
Browse files Browse the repository at this point in the history
LAM-1177 fix: sumsub trigger on the middle of a tx
  • Loading branch information
RafaelTaranto authored Sep 24, 2024
2 parents e37b100 + 8c1b0f4 commit 8b8bdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/brain.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const CUSTOMER_AUTHENTICATION = {
}
const AUTOMATABLE_REQUIREMENTS = ['idCardData', 'sanctions', 'idCardPhoto', 'facephoto', 'usSSn']
const COMPLIANCE_VERIFICATION_STATES = ['smsVerification', 'permission_id', 'permission_face_photo', 'usSsnPermission', 'customInfoRequestPermission', 'externalPermission']
const COMPLIANCE_REJECTED_STATES = ['registerUsSsn', 'inputCustomInfoRequest']
const COMPLIANCE_REJECTED_STATES = ['registerUsSsn', 'inputCustomInfoRequest', 'externalCompliance']
const BILL_ACCEPTING_STATES = ['billInserted', 'billsRead', 'acceptingBills', 'acceptingFirstRecyclerBills', 'acceptingRecyclerBills',
'acceptingFirstBill', 'maintenance']
const NON_TX_STATES = ['networkDown', 'connecting', 'wifiConnected', 'pairing',
Expand Down

0 comments on commit 8b8bdd0

Please sign in to comment.