Commit Graph
6 Commits
Author SHA1 Message Date
Sebastian Mateos Nicolajsen 75b608330b feat: AWS S3 file service plugin (#376) 2021-09-17 10:35:56 +02:00
Sebastian Mateos Nicolajsen cf66f97758 feat: update and cancel swaps, claims, and returns (#310) 2021-09-10 13:57:34 +02:00
Sebastian Mateos Nicolajsen 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 Nicolajsen 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 Nicolajsen 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 Nicolajsen 0c96813e2f Merge pull request #293 from medusajs/feat/disabling-of-notification
Feat/disabling of notification
2021-07-08 09:59:09 +02:00