Commit Graph
40 Commits
Author SHA1 Message Date
Oliver Windall Juhl 725241df66 fix(medusa-plugin-contentful): Adds correct thumbnail and images sync. (#145) 2020-12-13 12:44:14 +01:00
Oliver Windall Juhl de7c98c9a6 hotfix(medusa): Allow SKU and EAN on create variant (#141) 2020-12-07 15:37:22 +01:00
Oliver Windall Juhl 34d3014db0 fix(medusa-plugin-contentful): Fixes Medusa Contentful plugin 2020-11-17 07:43:54 +01:00
Oliver Windall Juhl 6a3c545537 feat(medusa): Adds shipped status to line items + Capture fails will give payment_status = requires_action 2020-11-13 12:43:02 +01:00
Oliver Windall Juhl d67b6e6ebe feat(medusa): Adds set and delete metadata endpoints for region and orders (#131) 2020-11-04 11:38:04 +01:00
Oliver Windall Juhl cc23a3b070 feat(medusa-interfaces): Adds schema options to base model 2020-10-20 17:07:47 +02:00
Oliver Windall Juhl 46dbbdb9fb hotfix(medusa): Save empty metadata on line-items (#126) 2020-10-17 17:06:20 +02:00
Oliver Windall Juhl 128351a8f0 hotfix(CartService): Preserve metadata on line-item updates 2020-10-14 08:28:56 +02:00
Oliver Windall Juhl 6b241a13de hotfix(medusa-plugin-add-on): Adds cart decorator to add-on plugin 2020-10-09 10:46:42 +02:00
Oliver Windall Juhl 371fd0c433 Adds use of injected decorators in all services (#122)
* hotfix(services): Use injected decorators in services

* Fixes test
2020-10-08 09:03:05 +02:00
Oliver Windall Juhl a06d603722 hotfix(medusa): Check metadata in line item isEqual 2020-10-05 11:22:46 +02:00
Oliver Windall Juhl 89c21f2f5b feat(plugins): Adds Mailchimp newsletter subscription 2020-10-01 12:30:11 +02:00
Oliver Windall Juhl d8483cd135 fix(medusa-plugin-addon): Fixes admin endpoints, Adds flag to avoid merging add-on line-items 2020-09-23 09:51:47 +02:00
Oliver Windall Juhl e3d8eea3cd (feat): Adds phone number to Customer 2020-09-09 16:55:34 +02:00
Oliver Windall Juhl 3de1e6dd4a feat(plugins): Adds add-on plugin
Adds an add-on plugin, that supports adding add-ons to line items in the cart
2020-09-09 15:22:57 +02:00
Oliver Windall Juhl 35a91ae6a1 feat(plugins): Adds Twilio SMS plugin 2020-09-09 10:52:58 +02:00
Oliver Windall Juhl 1c8384c7c3 fix(medusa-plugin-slack-notification): Fixes slackbot (#100) 2020-09-04 18:56:27 +02:00
Oliver Windall Juhl eb47896668 fix(contentful-plugin): Keep existing entry fields 2020-08-27 18:03:46 +02:00
Oliver Windall Juhl 9dc6999a9a feat(pagination): Adds MVP pagination to orders and products for admin routes 2020-08-27 17:51:23 +02:00
Oliver Windall Juhl eeca05117a Adds ip lookup middleware for cart creation 2020-08-25 09:51:30 +02:00
Oliver Windall Juhl b826bab1ee Merge pull request #89 from medusajs/alpha
Alpha release
2020-08-20 13:36:01 +02:00
Oliver Windall Juhl 3c72d49bb6 Adds Klarna payment provider 2020-07-09 15:08:31 +02:00
Oliver Windall Juhl 5e83a7d38a Adds klarna payment provider (#79) 2020-07-09 12:30:25 +02:00
Oliver Windall Juhl 70ba668202 Adds deleteMetadata to all services (#78) 2020-07-05 11:56:02 +02:00
Oliver Windall Juhl d6fc477636 SendGrid plugin (#77)
Closes #73 and #77
2020-07-03 18:00:54 +02:00
Oliver Windall Juhl d56ccba2b1 Adds plugin for Contentful synchronization (#75)
Adds plugin for Contentful

Will create product and product variants in Contentful, when created in Medusa

Closes #47
2020-07-02 09:41:57 +02:00
Oliver Windall Juhl 3debd7e108 Stripe payment provider plugin (#65)
Adds Stripe payment provider plugin

Closes #44
2020-05-25 21:08:16 +02:00
Oliver Windall Juhl 420c1d8cdb Adds ProductVariant endpoints (#59)
Adds endpoints for product variants with tests.

Closes #58
2020-05-14 11:05:26 +02:00
Oliver Windall Juhl 809133fa2a Closes #53
Use email for reset password and reset password token
2020-05-11 13:55:44 +02:00
Oliver Windall Juhl 8255a839f6 Adds OrderService and /orders endpoints
Adds OrderService

Adds endpoints for orders - both store and admin
2020-05-11 13:54:09 +02:00
Oliver Windall Juhl a53822d298 Adds admin endpoints / routes for user (#36)
Adds all endpoints / routes for user operations
Tweaks in UserService
Adds update in UserService
Fixes old tests
2020-04-17 08:13:24 +02:00
Oliver Windall Juhl e3cdde3c9e Fixes according to issue #21 (#35) 2020-04-14 21:44:05 +02:00
Oliver Windall Juhl 20735de62d Adds admin discount routes / endpoints (#34) 2020-04-12 17:18:07 +02:00
Oliver Windall Juhl 42fdd14e42 Adds admin API endpoints for product operations (#32) 2020-04-08 21:18:03 +02:00
Oliver Windall Juhl aff1ec3390 Adds DiscountService and TotalsService (#26) 2020-04-07 12:48:57 +02:00
Oliver Windall Juhl f6d5180e5f Adds medusa-plugin-permissions (#12) 2020-04-06 15:57:31 +02:00
Oliver Windall Juhl 8ab9b823b9 #22 Fixes create return value 2020-04-02 19:39:04 +02:00
Oliver Windall Juhl 8d51a3f716 Adds LineItemService (#11) 2020-03-10 10:46:01 +01:00
Oliver Windall Juhl bcaac913d2 Adds UserService (#10) 2020-02-18 20:14:20 +01:00
Oliver Windall Juhl cc2e87754d Feature/customer service (#8)
Adds CustomerService
2020-02-05 12:25:58 +01:00