Skip to content

Commit

Permalink
Merge branch 'dont-update-screening-values-when-identfication-is-upda…
Browse files Browse the repository at this point in the history
…ted-from-panel' of https://github.com/kontist/mock-solaris into dont-update-screening-values-when-identfication-is-updated-from-panel
  • Loading branch information
UgurGumushan committed Jul 19, 2022
2 parents d0e28dd + 323469a commit 54a85de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For other TAN confirmation (Change Requests, Transfer confirmation, etc.), you c
### Onboarding a person - Customer due diligence (CDD)

A successfully onboarded person must have "green" values for screening values.
You can set screenng values from the "Person data" section ([More info](https://docs.solarisbank.com/guides/get-started/digital-banking/onboard-person/#customer-due-diligence-cdd))
You can set screening values from the "Person data" section ([More info](https://docs.solarisbank.com/guides/get-started/digital-banking/onboard-person/#customer-due-diligence-cdd))

<img width="532" alt="Screen Shot 2022-07-18 at 11 38 55 AM" src="https://user-images.githubusercontent.com/6367201/179475427-58af2c02-b229-4cab-96a2-089f45356e60.png">

Expand Down
2 changes: 1 addition & 1 deletion src/templates/person.html
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ <h3 id="account"> Account for {{ person.email }} </h3>
<td>{{ identification.reference }}</td>
<td>
<form class="form-inline autosubmitonchange" method="POST" action="/__BACKOFFICE__/setIdentificationState/{{ person.email }}?method={{ identification.method }}">
<input type="hidden" name="skipSettingScreeningValues"value="true" />
<input type="hidden" name="skipSettingScreeningValues" value="true" />
<select name="status">
<option {% if identification.status === "pending" %}selected {% endif %}value="pending">pending</option>
<option {% if identification.status === "pending_successful" %}selected {% endif %}value="pending_successful">pending_successful</option>
Expand Down

0 comments on commit 54a85de

Please sign in to comment.