зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1546859 add requestSecurityCode member to BasicCardRequest r=baku
the requestSecurityCode allows merchants to opt out of requiring a CVV from a credit card. Differential Revision: https://phabricator.services.mozilla.com/D28777 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f0d62457c5
Коммит
0e6e3ef889
|
@ -9,6 +9,7 @@
|
|||
|
||||
dictionary BasicCardRequest {
|
||||
sequence<DOMString> supportedNetworks = [];
|
||||
boolean requestSecurityCode = true;
|
||||
};
|
||||
|
||||
dictionary BasicCardResponse {
|
||||
|
|
Загрузка…
Ссылка в новой задаче