Commit Graph
12 Commits
Author SHA1 Message Date
Sebastian Mateos NicolajsenandGitHub fbd08e0feb feat:swap/claim on claim and claim on swap (#424) 2021-10-14 18:21:38 +02:00
Sebastian Mateos NicolajsenandGitHub c0e947f47a fix: update product images (#494) 2021-10-13 12:05:58 +02:00
Sebastian Mateos NicolajsenandGitHub 0cf9e416f3 Allow the user to log out (#459) 2021-10-12 11:09:38 +02:00
Sebastian Mateos NicolajsenandGitHub 84d4d791ea feat: allow product selection on discounts allocated to a specific item (#395) 2021-10-11 13:46:32 +02:00
a70e3ed0ae feat: customer-information (#413)
* 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>
2021-09-23 10:22:18 +02:00
Sebastian Mateos NicolajsenandGitHub 897ccf475a Feat/note on order (#399)
* 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
2021-09-22 15:19:35 +02:00
Sebastian Mateos NicolajsenandGitHub 75b608330b feat: AWS S3 file service plugin (#376) 2021-09-17 10:35:56 +02:00
Sebastian Mateos NicolajsenandGitHub cf66f97758 feat: update and cancel swaps, claims, and returns (#310) 2021-09-10 13:57:34 +02:00
Sebastian Mateos NicolajsenandGitHub 234be4e307 Feat/update discount on draft order (#349)
* only looked for rules when existing

* removed logging
2021-09-09 09:40:41 +02:00
Sebastian Mateos NicolajsenandGitHub 0076332e0e Fix/create customer in draft order (#285)
* 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
2021-09-07 11:15:43 +02:00
Sebastian Mateos NicolajsenandGitHub 92caff845e Feat/improve overview of gift cards (#297)
* 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
2021-07-08 09:59:59 +02:00
Sebastian Mateos NicolajsenandGitHub 0c96813e2f Merge pull request #293 from medusajs/feat/disabling-of-notification
Feat/disabling of notification
2021-07-08 09:59:09 +02:00