feat(core-flows,typers,utils,medusa): add payment auth step to complete cart workflow - [complete cart part 3] (#7248)

* chore: authorize payment sessions for cart

* chore: add spec for cart returns

* fix: Correctly select fields for cart

* chore: fix specs + address comments

---------

Co-authored-by: Stevche Radevski <sradevski@live.com>
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Carlos R. L. Rodrigues <37986729+carlos-r-l-rodrigues@users.noreply.github.com>
Co-authored-by: Carlos R. L. Rodrigues <rodrigolr@gmail.com>
This commit is contained in:
Riqwan Thamir
2024-05-06 23:34:56 +02:00
committed by GitHub
co-authored by Stevche Radevski Oli Juhl Carlos R. L. Rodrigues Carlos R. L. Rodrigues
parent 5228b14ca9
commit 0430e63b0b
14 changed files with 391 additions and 55 deletions
+8
View File
@@ -0,0 +1,8 @@
---
"@medusajs/core-flows": patch
"@medusajs/types": patch
"@medusajs/utils": patch
"@medusajs/medusa": patch
---
feat(core-flows,typers,utils,medusa): add payment auth step to complete cart workflow