hotfix: add missing totals calculations to order service decorate

This commit is contained in:
Sebastian Rindom
2020-11-04 14:02:49 +01:00
parent d967dd73c2
commit 8166a3952f

View File

@@ -19,6 +19,11 @@ export default async (req, res) => {
"customer_id",
"payment_method",
"shipping_methods",
"shipping_total",
"discount_total",
"tax_total",
"subtotal",
"total",
"metadata",
],
["region"]