Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robclark56 authored Jun 7, 2018
1 parent e3b2b2b commit 2163bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The basic flow is as follows:
1. eStore displays a shopping cart page with a total payable (Fiat currency)
1. User clicks _Pay Button_ => Redirected to PHP file which converts fiat value to BTC, and returns a confirmation page
1. User clicks _Get Payment Request_ => Javascript passes values to PHP file which responds with a Payment Request
1. The Javascript & PHP file continuously monitors the blockchain for matching transactions
1. The PHP file continuously monitors the blockchain for matching transactions
1. Customer makes payment with wallet
1. If/When payment has sufficient confirmations => PHP file sends a secure message back to eStore with payment status ('Paid' or 'Underpaid') and details.
1. eStore checks message validity, and then takes appropriate action for 2 possible cases: 'Paid' or 'Underpaid'
Expand Down

0 comments on commit 2163bfb

Please sign in to comment.