diff --git a/mojaloop-technical-overview/quoting-service/README.md b/mojaloop-technical-overview/quoting-service/README.md index a6077be69..8ec156b66 100644 --- a/mojaloop-technical-overview/quoting-service/README.md +++ b/mojaloop-technical-overview/quoting-service/README.md @@ -1,4 +1,4 @@ -# Quoting Service +# Quoting Service Overview The **Quoting Service** (**QS**) _(refer to section `5.1`)_ as per the [Mojaloop {{ book.importedVars.mojaloop.spec.version }} Specification]({{ book.importedVars.mojaloop.spec.uri.doc }}) implements the following use-cases: * P2P Transfers diff --git a/mojaloop-technical-overview/quoting-service/assets/diagrams/sequence/seq-quotes-1.0.0.plantuml b/mojaloop-technical-overview/quoting-service/assets/diagrams/sequence/seq-quotes-1.0.0.plantuml index 38ece23b0..4f3405364 100644 --- a/mojaloop-technical-overview/quoting-service/assets/diagrams/sequence/seq-quotes-1.0.0.plantuml +++ b/mojaloop-technical-overview/quoting-service/assets/diagrams/sequence/seq-quotes-1.0.0.plantuml @@ -9,7 +9,9 @@ note over "Payer DFSP", Switch: Payer DFSP requests quote from Payee DFSP "Payer DFSP" -\ Switch: POST /quotes Switch --/ "Payer DFSP": 202 Accepted Switch -> Switch: Validate Quote Request + alt quote is valid + Switch -> Switch: Persist Quote Data note over Switch, "Payee DFSP": Switch forwards quote request to Payee DFSP\n Switch -\ "Payee DFSP": POST /quotes @@ -48,19 +50,19 @@ alt quote is valid note over "Payee DFSP", Switch: Payee DFSP returns error to Switch - "Payee DFSP" -\ Switch: POST quotes/{ID}/error - Switch --/ "Payee DFSP": 202 Accepted + "Payee DFSP" -\ Switch: PUT quotes/{ID}/error + Switch --/ "Payee DFSP": 200 OK Switch -> Switch: Persist error data note over "Payer DFSP", Switch: Switch returns error to Payer DFSP - Switch -\ "Payer DFSP": POST quotes/{ID}/error - "Payer DFSP" --/ Switch: 202 Accepted + Switch -\ "Payer DFSP": PUT quotes/{ID}/error + "Payer DFSP" --/ Switch: 200 OK end else quote invalid note over "Payer DFSP", Switch: Switch returns error to Payer DFSP - Switch -\ "Payer DFSP": POST quotes/{ID}/error - "Payer DFSP" --/ Switch: 202 Accepted + Switch -\ "Payer DFSP": PUT quotes/{ID}/error + "Payer DFSP" --/ Switch: 200 OK end @enduml diff --git a/package-lock.json b/package-lock.json index f2b67ca27..8c8b59696 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "11.0.1", + "version": "11.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fba0dfd50..576f51827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "documentation", - "version": "11.0.1", + "version": "11.0.2", "description": "Mojaloop Documentation GitBook Project", "dependencies": { "express": "4.17.1",