[w3c/webpayments-payment-apps-api] Origin should include iframe(s) (#120)

If the Payment Request is initiated from within an iframe on the merchant page it is of interest for the Payment App to receive the iframe origin as well as the containing page (merchant) origin.

**Suggested change:**
* The origin field in the PaymentAppRequest is an array instead of a string
* The value of origin is a list of all the origins involved in the PaymetRequest invocation.

**Example:**
```
origin: ["https://www.merchantsite.com", "https://pspiframe.com", "https://www.pspcarddetailsiframe.com"]
```
*I have no preference whether the list should be in the above order or reversed*

-- 
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/webpayments-payment-apps-api/issues/120

Received on Tuesday, 28 March 2017 07:54:49 UTC