Skip to content

Commit

Permalink
Remove PaymentCurrencyAmount's currencySystem member (#11099)
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed May 23, 2018
1 parent 5b878a1 commit 741b59a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions interfaces/payment-request.idl
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 741b59a

Please sign in to comment.