fix(core-flows): capture before order created (#9980)

What:
 When `autocapture` is enabled, the webhook is processed before the order was created.
 The payment processing workflows were merged into a single one
 
FIXES: SUP-118, SUP-9

https://github.com/medusajs/medusa/issues/9998
This commit is contained in:
Carlos R. L. Rodrigues
2024-11-12 13:43:48 +00:00
committed by GitHub
parent 9e40f34ba8
commit 2344012d1c
12 changed files with 136 additions and 69 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/core-flows": patch
"@medusajs/medusa": patch
---
Create Order before payment capture