- From: hober <notifications@github.com>
- Date: Mon, 24 Jul 2017 10:55:46 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 24 July 2017 17:56:33 UTC
I'm not sure I have all that much insight here. Here's a little bit of background: PassKit generally handles names in component form. This wouldn't be much of a problem for `PaymentResponse.payerName` (we could compose the single field from what we get from PassKit), but it's problematic for `PaymentAddress.recipient`, as we'd have to figure out how to decompose the name into an `NSPersonNameComponents` object. It's not impossible, but it'd be much better to be able to pass-through name components directly. Whether or not this is something that needs to be addressed before entering LCCR is not obvious to me. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/issues/480#issuecomment-317503446
Received on Monday, 24 July 2017 17:56:33 UTC