- From: Rouslan Solomakhin <notifications@github.com>
- Date: Mon, 20 Mar 2017 07:14:56 -0700
- To: w3c/webpayments <webpayments@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 20 March 2017 14:15:55 UTC
I suggest the following changes in in [sepamail proposal](https://w3c.github.io/webpayments/proposals/sepamail): 1. The type of `supportedNetworks` should change from `sequence` to `sequence<DOMString>`. 1. The type of `supportedTypes` should change from `sequence` to `sequence<BasicSepamailtype>`. 1. The name of `SelectedNetwork` should change to `selectedNetwork`. 1. The name of `SelectedType` should change to `selectedType`. Also, please add some algorithms to process `BasicSepamailRequest` in the browser. At the very least, please specify what should happen if `supportedNetworks` or `supportedTypes` is an empty list. What should happen if `supportedNetworks` contains empty or duplicate strings. (I suggest throwing TypeError in all those cases.) -- 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/webpayments/issues/219
Received on Monday, 20 March 2017 14:15:55 UTC