Fix/pricing data manipulation (#6845)

**What**
- Fix returned data order
- improve implentation
- rm unnecessary promises and/or promise all
- replace promise.all for promiseAll
This commit is contained in:
Adrien de Peretti
2024-03-27 17:51:17 +00:00
committed by GitHub
parent 8e3e49fbbf
commit cf3c9b13b5
3 changed files with 330 additions and 342 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/pricing": patch
---
Fix/pricing data manipulation