From 741b59a02016570df79d117a808bf2cfadd4bbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Wed, 23 May 2018 11:27:03 +0200 Subject: [PATCH] Remove PaymentCurrencyAmount's currencySystem member (#11099) Matches https://github.com/w3c/payment-request/pull/694. --- interfaces/payment-request.idl | 2 -- 1 file changed, 2 deletions(-) diff --git a/interfaces/payment-request.idl b/interfaces/payment-request.idl index 50a5dea61f2f7c..f925db202a0fa4 100644 --- a/interfaces/payment-request.idl +++ b/interfaces/payment-request.idl @@ -27,8 +27,6 @@ dictionary PaymentMethodData { dictionary PaymentCurrencyAmount { required DOMString currency; required DOMString value; - // Note: currencySystem is "at risk" of being removed! - DOMString currencySystem = "urn:iso:std:iso:4217"; }; dictionary PaymentDetailsBase {