Skip to content

Commit

Permalink
feat(core): Implement bulk versions of order operations
Browse files Browse the repository at this point in the history
These new methods can bulk add, update, and delete order lines in a much
more efficient way than calling the single version multiple times.

This is because they only need to perform the expensive order fetch & price
adjustment a single time.
  • Loading branch information
michaelbromley committed Oct 28, 2024
1 parent d90a929 commit 8d65219
Showing 1 changed file with 248 additions and 109 deletions.
Loading

0 comments on commit 8d65219

Please sign in to comment.