dreieichcon / conservices_pos

1 stars 0 forks source link

Refactor Transaction Controller Code #19

Open d3molite opened 1 month ago

d3molite commented 1 month ago

Currently the code in the TransactionController is quite complex. It should be refactored into a single InnkeepTransactionService which cleanly handles the complete transaction creation logic and logs/reports errors accordingly.

The TransactionController should also return a TransactionResult instead of a simple receipt, letting the client know where potential errors occurred.

create-issue-branch[bot] commented 1 month ago

Branch issue-19 created!