Rayen Selmen
Rayen Selmen
Actual code applies the same price for all products. To correct this code, I suggest this update: ` const dbOrderItems = payload.items.map((x: { _id: string }) => ({ ...x, product:...
The previous code applies the same price for all products.

Tickets
 
 
 
 
 
 
 