From f3ea5f3e2ce623d38fb08c8d1e234a442afb354e Mon Sep 17 00:00:00 2001 From: Adrian Hope-Bailie Date: Thu, 21 Apr 2016 04:11:03 +0200 Subject: [PATCH] Fix section indents --- proposals/architecture/index.html | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/proposals/architecture/index.html b/proposals/architecture/index.html index 971d1ae..dc3d425 100644 --- a/proposals/architecture/index.html +++ b/proposals/architecture/index.html @@ -517,25 +517,25 @@

Filtering for capable Payment Apps

conclusion on the correct algorithm to use in mathcing payment method identifiers. + +
+

Extension Points

+

The following extension points are defined for implemntation specific processing.

+
+

Selection of Payment App

+

Once the mediator has determined the set of payment apps that are able to process the + payment request it must select one and pass the request to it.

+

The steps for selecting a payment app are implementation specific and MAY involve user + interaction with the payer or may involve an algorithm that uses defaults and configuration data to + make the selection.

+

The input to this process is an ordered list of payment apps and the output is a single + payment app.

+
-

Extension Points

-

The following extension points are defined for implemntation specific processing.

-
-

Selection of Payment App

-

Once the mediator has determined the set of payment apps that are able to process the - payment request it must select one and pass the request to it.

-

The steps for selecting a payment app are implementation specific and MAY involve user - interaction with the payer or may involve an algorithm that uses defaults and configuration data to - make the selection.

-

The input to this process is an ordered list of payment apps and the output is a single - payment app.

-
-
-

Passing the Payment Request to the Payment App

-

The payment mediator must have some mechanism of passing the payment request to the - payment app that was selected following the steps for selecting a payment app.

-

The payment request MUST not be altered by the payment mediator.

-
+

Passing the Payment Request to the Payment App

+

The payment mediator must have some mechanism of passing the payment request to the + payment app that was selected following the steps for selecting a payment app.

+

The payment request MUST not be altered by the payment mediator.