This commit is contained in:
parent
33c68c2f44
commit
749f525f83
44 changed files with 5380 additions and 3532 deletions
|
|
@ -224,9 +224,9 @@ export Totals ComputeTotals(std::int64_t unitGrossMinor, std::int64_t quantity,
|
|||
|
||||
// ── indicative currency display ───────────────────────────────────────
|
||||
//
|
||||
// Orders are charged in euros, always — both rails collect EUR (CoinGate
|
||||
// converts the coin at a locked rate and settles euro) and the invoice is
|
||||
// EUR. But a Canadian reading "€614" has to do mental arithmetic to know what
|
||||
// Orders are charged in euros, always — both rails collect EUR (crypto is
|
||||
// accepted in EURC, a euro stablecoin, so the token amount IS the euro
|
||||
// amount) and the invoice is EUR. But a Canadian reading "€614" has to do mental arithmetic to know what
|
||||
// their card will actually take, so the order page also shows an INDICATIVE
|
||||
// conversion in the buyer's national currency, from ECB reference rates baked
|
||||
// in at build time. Indicative is the whole contract: the buyer's bank sets
|
||||
|
|
|
|||
Loading…
Reference in a new issue