From 604ee48e5872b0318f8a20b2d9ee1143aa4d4434 Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Thu, 17 Mar 2016 12:37:02 +0000 Subject: [PATCH] Removed references to "browser" Fixes #59. --- specs/architecture.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/specs/architecture.html b/specs/architecture.html index 4c4d4c89..19dff920 100644 --- a/specs/architecture.html +++ b/specs/architecture.html @@ -83,7 +83,7 @@

The group is chartered to develop multiple technologies. The current document describes a set of technologies —the Payment Request Architecture— that, together, provide merchants with a consistent way to request payment information - from the user, aided by a browser or other user agent.

+ from the user, aided by a user agent.

The focus of the Payment Request Architecture is to provide an abstract interface between a web page and a Payment @@ -123,9 +123,9 @@

Overview of Anticipated User Experience

@@ -149,7 +149,7 @@

Payment Apps

A Payment App is software used to pay. Banks, merchants, mobile operators, and anyone else who wants to will make - these available. Browsers are also likely to act as basic + these available. User agents are also likely to act as basic payment apps, storing some information on behalf of the user, as they already do today with passwords. We expect payment apps will increase security and privacy by giving @@ -214,7 +214,7 @@

Payment Mediators

  • It passes payment request data to the payer's selected Payment App.
  • -

    We expect that browsers will primarily act as payment mediators in this architecture.

    +

    We expect that user agents will primarily act as payment mediators in this architecture.