From c53b4617d516c08bee511a688b3aca526bffa324 Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Thu, 15 Sep 2016 22:07:39 -0700 Subject: [PATCH] Remove careOf field and add note to recipient field. Fixes #244. --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 9d6ab7e9..d8ecbc0e 100644 --- a/index.html +++ b/index.html @@ -879,7 +879,6 @@

PaymentAddress interface

readonly attribute DOMString languageCode; readonly attribute DOMString organization; readonly attribute DOMString recipient; - readonly attribute DOMString careOf; readonly attribute DOMString phone; }; @@ -908,10 +907,9 @@

PaymentAddress interface

organization
This is the organization, firm, company, or institution at this address.
recipient
-
This is the name of the recipient or contact person.
-
careOf
-
This is the name of an intermediary party or entity responsible for transferring - packages between the postal service and the recipient.
+
This is the name of the recipient or contact person. This field may, under certain + circumstances, contain multiline information. For example, it might contain "care of" + information.
phone
This is the phone number of the recipient or contact person.