Stores the summary of each completed sale, keyed by order id (a separate key from the idempotency key).
Optional
Upserts by sale.orderId. Called inside the charge's transaction, so a rolled-back sale leaves no row.
sale.orderId
Stores the summary of each completed sale, keyed by order id (a separate key from the idempotency key).