Re: [browser-payment-api] Some friendly editorial changes (#64)

> @@ -348,7 +348,7 @@
>           <tr>
>             <td>Payment App</td>
>             <td>Digital Wallet, Payment Instrument </td>
> -           <td>A piece of software to pay</td>
> +           <td>A piece of software to manage payment methods and coordinate the issuance of payments.</td>
>           </tr>

A payment app does not manage payment methods. It supports a specific set of payment methods of which only a subset may be enabled because the user may have only configured the app with the necessary information (like payment instrument credentials) for certain methods.

I also don't like the wording "issuance of payments".

Proposed change:
```
<td>An application, registered by the payer, that supports 
processing payment requests and returning payment responses 
for one or more payment methods.</td>
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/browser-payment-api/pull/64/files/c57304427a822353d799ebb77e055b270e7f299c#r56596131

Received on Thursday, 17 March 2016 23:49:16 UTC