I have problem accessing grand_total at orderGetters.ts,
line 6: export const getGrandTotal = (order: CustomerOrder): number => order?.total?.grand_total?.value ?? 0;
This is the api query called in order page, there is no order.total.grand_total, there is only order.grand_total.
Please advice on this. Thank you.