💬 (email) improve order notf; rm empty Items entity; ...

change version of docker-compose.db-dev.yml
This commit is contained in:
Mertalp Ulus 2022-09-14 02:54:24 +02:00
parent a03ebb3bdc
commit 96d26d81d1
3 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
version: '3'
version: '3.8'
services:
db-postgres:

View file

@ -139,8 +139,6 @@ Order Date: ${customerOrder.createdAt.toLocaleString('de-DE', {
timeZone: 'Europe/Berlin',
})}
Customer Invoice ID: ${customerOrder.customerInvoice || 'Not yet assigned'}
Your current balance: ${user.balance}
Your total spending: ${user.totalSpent}