This commit is contained in:
parent
33c68c2f44
commit
749f525f83
44 changed files with 5380 additions and 3532 deletions
|
|
@ -201,9 +201,9 @@ export struct Checkout {
|
|||
};
|
||||
|
||||
// How the buyer's money moves. Two KINDS of money movement, not two brand
|
||||
// names: which provider serves each is the server's configuration, and writing
|
||||
// the kind (rather than "mollie"/"coingate") into the form and the ledger means
|
||||
// swapping a provider cannot retroactively rewrite what a buyer picked.
|
||||
// names: which rail serves each is the server's configuration, and writing
|
||||
// the kind (rather than "mollie"/"eurc") into the form and the ledger means
|
||||
// swapping a rail cannot retroactively rewrite what a buyer picked.
|
||||
//
|
||||
// These strings are the wire format — they travel in the form post and land
|
||||
// verbatim in the order log — so they are defined once, here, where both the
|
||||
|
|
|
|||
Loading…
Reference in a new issue