Re: [w3c/payment-request] Merchant validation (#646)

Here's what should happen for the `validationURL`:

```javascript
fetch('/validate?url=' + encodeURIComponent(validationURL))
    .then(onMerchantValidationResult);
```

-- 
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/646#issuecomment-342615495

Received on Tuesday, 7 November 2017 20:42:29 UTC