fix: Select region and email by default for order (#7909)

This commit is contained in:
Stevche Radevski
2024-07-02 17:20:03 +02:00
committed by GitHub
parent b4aa7fb9a7
commit 0dd927a26c

View File

@@ -20,6 +20,8 @@ export const defaultStoreRetrieveOrderFields = [
"summary",
"currency_code",
"display_id",
"region_id",
"email",
"total",
"subtotal",
"tax_total",