Commit ca471eb
feat: Add return type in createPaymentCollectionForCartWorkflow (medusajs#13385)
* return created payment collection in createPaymentCollectionForCartWorkflow
* changeset
* Update .changeset/tasty-ghosts-work.md
Co-authored-by: Carlos R. L. Rodrigues <[email protected]>
* declare return type
* return single payment collection instead of array
---------
Co-authored-by: Carlos R. L. Rodrigues <[email protected]>
Co-authored-by: William Bouchard <[email protected]>1 parent 71d8a00 commit ca471eb
File tree
2 files changed
+10
-1
lines changed- .changeset
- packages/core/core-flows/src/cart/workflows
2 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
88 | | - | |
| 90 | + | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
| |||
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
0 commit comments