Skip to content

Commit

Permalink
Merge pull request #19 from Le-Caignec/feature/change-readme
Browse files Browse the repository at this point in the history
Feature/change readme
  • Loading branch information
Le-Caignec authored Nov 22, 2023
2 parents b3d152d + 0cd6258 commit 8098008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,9 @@ graph TD
F -->|Error| X[Handle Country Code Error]
F --> E[Call getCountryCode]
E --> H[Prepare Compensation Data]
H --> I[Generate a Proof]
I -->|Error| W[Handle Proof Error]
I --> J[Return Proof data]
H --> I[Sign payload]
I -->|Error| W[Handle Signed Error]
I --> J[Return Signed data]
B -->|Error| Z[Handle Fetch Error]
```
Expand All @@ -135,9 +135,9 @@ graph TD
G --> H[Check Code via Twilio]
H -->|Code Valid| I[Prepare Fields for Signing]
H -->|Code Invalid| J[Return Invalid Code Error]
I --> K[Generate a Proof]
K -->|Error| L[Handle Proof Error]
K --> M[Return Proof data]
I --> K[Sign payload]
K -->|Error| L[Handle Signed Error]
K --> M[Return Signed data]
H -->|Error| N[Handle Verification Error]
```

Expand Down
Binary file modified images/macro-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8098008

Please sign in to comment.