From 0e6e3ef889ad43ead2c98a4cce7ed447b51399f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 25 Apr 2019 07:47:36 +0000 Subject: [PATCH] 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 --- dom/webidl/BasicCardPayment.webidl | 1 + 1 file changed, 1 insertion(+) diff --git a/dom/webidl/BasicCardPayment.webidl b/dom/webidl/BasicCardPayment.webidl index 6f03ba797cd4..95e6bf51e370 100644 --- a/dom/webidl/BasicCardPayment.webidl +++ b/dom/webidl/BasicCardPayment.webidl @@ -9,6 +9,7 @@ dictionary BasicCardRequest { sequence supportedNetworks = []; + boolean requestSecurityCode = true; }; dictionary BasicCardResponse {