* added the ability to update email as long as user has_account=false
* revamped and added fix for MC-132
Co-authored-by: olivermrbl <oliver@mrbltech.com>
* added NoteService and related endpoints && tests
* removed snapshots
* corrected error in service
* removed snapshot
* added the ability to note down author using a string
* updated model for note
* refactored to access logged in user
* added other user id option
* removed snapshot
* updated according to feedback
* removed snapshots
* reintroduced snapshots
* updated to snake case
* removed try catch from use-db
* draft order now creates customer when creating cart
* corrected to update instead of create
* corrected tests
* added creation of customer to create of cart
* removed update function from mock
* added test
* corrected update to update email properly
* corrected tests
* removed unused func
* updated core properly
* removed manual-payment service
* modified list-gift-card
* added search with relations to gift cards to allow for proper lookup
* removed new line
* created skeleton for testing
* began impl. tests
* added more test
* finished tests
* reverted failed changes
* updated tests to accomodate re-introduced additions
* removed VSCode settings file
* updated according to comments
* corrected use of findOneWithRelations for gift-card
* corrected parsing to be postgresql instead of an if-statement for gift-card
* changed bits and pieces