Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.eng.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,7 @@ The easiest way to install the library is through [Composer](http://getcomposer.

This flow is responsible for demonstrating the integration between the client and ClearSale:

Store ClearSale
| |
|----- (A) risk analysis request (sendOrders) ------------------------->|
| | (B) performs processing
|<---- (C) sends response ----------------------------------------------|
| |
|----- (D) performs billing / cancel the purchase / try again --------->|
![image](https://user-images.githubusercontent.com/16373553/91900452-1b34df00-ec75-11ea-9d82-572f3668c3ae.png)

* (A) The store sends a risk analysis request, informing the purchase data and the buyer information.
* (B) ClearSale processes the request.
Expand Down
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@ A maneira mais fácil de instalar a biblioteca é através do [Composer](http://

Este fluxo é responsável por demonstrar a integração entre o cliente e a ClearSale:

Loja ClearSale
| |
|----- (A) solicitação de análise de risco (sendOrders) --------------->|
| | (B) realiza processamento
|<---- (C) envia resposta ----------------------------------------------|
| |
|----- (D) realiza a cobrança / cancela a compra / tenta novamente ---->|
![image](https://user-images.githubusercontent.com/16373553/91900022-68648100-ec74-11ea-974d-115367443bd6.png)

* (A) A loja realiza uma solicitação de análise de risco, informando os dados da compra e do comprador.
* (B) A ClearSale processa a requisição.
Expand Down