Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of new design considerations #19

Merged
merged 8 commits into from Aug 9, 2016
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -286,8 +286,8 @@ <h3>Decoupling and Trust</h3>
</li>
<li> The browser uses this information in conjunction with user preferences to:
<ul>
<li> Filter matching payment apps (in the case of accepted payment apps)</li>
<li> Display matching payment apps (according to matching payment methods, expressed as merchant preferred order)</li>
<li> Filter payment apps (to matching payment methods and accepted payment apps)</li>
<li> Order payment apps (according to merchant specified order)</li>
<li> Display recommended payment apps (according to merchant recommended payment app order)</li>
</ul>
</li>
Expand Down