Commit Graph
73 Commits
Author SHA1 Message Date
Sebastian Rindom cb54f968cd chore(release): Publish
- medusa-payment-stripe@1.0.12
 - medusa-plugin-add-ons@1.0.5
2020-10-12 09:09:23 +02:00
Sebastian Rindom 315e8662f0 hotfix(medusa-payment-stripe): fixes failing customer updates 2020-10-12 09:08:44 +02:00
Sebastian Rindom 8661520d5c chore(release): Publish
- medusa-fulfillment-manual@1.0.11
 - medusa-fulfillment-webshipper@1.0.3
 - medusa-payment-stripe@1.0.11
 - @medusajs/medusa@1.0.22
2020-10-06 14:01:15 +02:00
Sebastian Rindom 11bedf8c6f fix/cancel-order (#120)
* fix: adds ability to cancel order

* passing tests

* chore: clean up unused code
2020-10-06 14:00:47 +02:00
Sebastian Rindom cd39798b4b chore(release): Publish 2020-09-09 09:24:51 +02:00
Sebastian Rindom db519fbaa6 fix: updates license 2020-09-09 09:15:58 +02:00
Sebastian Rindom 0627276619 v1.0.7 2020-09-07 11:36:03 +02:00
Sebastian Rindom d092ac2aba v1.0.2 2020-09-06 12:53:02 +02:00
Sebastian Rindom df6d9102d4 hotfix(medusa-payment-stripe): fixing failing stripe webhooks 2020-09-06 12:52:37 +02:00
Sebastian Rindom 8143fe1ae6 v1.0.1 2020-09-05 15:59:26 +02:00
Sebastian Rindom 755040a0f2 v1.0.1-beta.0 2020-09-04 19:03:18 +02:00
Sebastian Rindom e24d180ea3 v1.0.0 2020-09-03 13:43:58 +02:00
Sebastian Rindom 9650f7d1c1 v1.0.0-alpha.30 2020-08-28 11:47:23 +02:00
Sebastian Rindom 8896e239cb v1.0.0-alpha.27 2020-08-27 18:04:51 +02:00
Sebastian Rindom 0207330e92 v1.0.0-alpha.25 2020-08-27 11:01:48 +02:00
Sebastian Rindom 099ef399e3 chore(dependencies): make medusa-interfaces a peerDependency 2020-08-27 11:01:16 +02:00
Sebastian Rindom e2572adadf v1.0.0-alpha.24 2020-08-27 10:48:41 +02:00
Sebastian Rindom 0cebcd2521 fix(medusa-payment-stripe): adds missing await in updateSession 2020-08-27 09:47:56 +02:00
Sebastian Rindom 20643bbb52 v1.0.0-alpha.3 2020-08-20 13:57:50 +02:00
Sebastian Rindom 56ad2bdd91 Release ready 2020-08-20 13:57:31 +02:00
Sebastian Rindom 3cc7cbe512 v1.0.0-alpha.2 2020-08-20 13:52:58 +02:00
Sebastian Rindom 1d3b8befe4 Release ready 2020-08-20 13:52:29 +02:00
Sebastian Rindom b26bba807b v1.0.0-alpha.1 2020-08-20 13:48:35 +02:00
Sebastian Rindom 6952ee34df Fix build scripts 2020-08-20 13:47:56 +02:00
Sebastian Rindom a1cf900ed8 v1.0.0-alpha.0 2020-08-20 13:42:06 +02:00
Sebastian Rindom ab0c51819c Brightpearl integration sales flow 2020-08-11 15:40:04 +02:00
Sebastian Rindom ee93256e69 Tests passing 2020-08-05 15:26:00 +02:00
Sebastian Rindom c18677d5f2 Adds integration to send sales orders to brightpearl 2020-08-03 10:23:45 +02:00
Sebastian Rindom 312e405588 Robustness 2020-07-14 17:23:43 +02:00
Sebastian Rindom 44c7177e43 Automatic stripe customers; address 2020-07-14 08:10:09 +02:00
Sebastian Rindom cd989c56a7 Setup future usage 2020-07-13 17:35:50 +02:00
Sebastian Rindom 60b8bca753 Adds account support 2020-07-12 12:11:31 +02:00
Sebastian Rindom 419d5db340 Klarna clean up 2020-07-11 16:32:05 +02:00
olivermrbl 30c101a8be Adds create order transactiom 2020-07-10 10:23:31 +02:00
olivermrbl 08cf7c7f2b Adds createFromCart and order.completed subscribers 2020-07-09 18:16:45 +02:00
olivermrbl 758c72bdf1 Fixes as a result of 'end-to-end-backend' test 2020-07-03 17:00:27 +02:00
Sebastian Rindom 48310ff384 Merge master 2020-06-29 16:23:54 +02:00
Sebastian Rindom bc5ff91a02 Adds Store Service to control store settings (#76)
Also adds support for `projectConfig.admin_cors` & `projectConfig.store_cors`
2020-06-29 10:23:24 +02:00
Sebastian Rindom 47e60e39c7 gitignore mocks 2020-05-28 20:18:46 +02:00
Sebastian Rindom 98a72ca7b4 registers payment/fulfillment providers with correct names 2020-05-28 20:17:13 +02:00
Sebastian Rindom de35931d7a Updates method to reflect correct payment provider API 2020-05-27 22:53:26 +02:00
Sebastian Rindom ad4f9479ea Update stripe gitignore 2020-05-27 18:47:52 +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
Sebastian Rindom 4c2aec2838 Adds publish/subscribe pattern to allow plugins and projects to hook into events (#55)
Also adds CLI to ease development.
2020-05-07 13:47:27 +02:00
Sebastian Rindom 516bc7675d Adds Middleware API (#40)
* Adds test project

* Adds e2e for end-2-end tests

* Update gitignore

* Update loaders

* Creates test project

* v0.1.27

* Upgrade

* dependency fixes

* Load project plugins in the plugin loader

* Issue with instanceof

* Fixes versioning issues

* Adds medusa middleware api

* Adds documentation

* Fixes tests
2020-05-01 13:33:03 +02:00
Sebastian Rindom feda00d2d1 Decorators (#42)
Adds decorator functionality to BaseService
2020-04-30 21:39:30 +02:00
Sebastian Rindom ea4185eddd Creates ShippingProfileService & ShippingOptionService (#30)
Adds ShippingProfiles:

With Shipping Profiles store operators can group products together and select which shipping options can fulfill the products. The shipping profiles are region agnostic, but for products to be shippable to a given region the shipping profile must have a shipping option associated that ships to this region.

Adds Shipping Options:

Shipping Options represents a way that the customer can have their order shipped. The shipping option has a fulfillment provider associated to determine who fulfills orders with the given shipping method. If a fulfillment provider has multiple ways that they can ship a shipping option for each of the fulfillment provider's shipping options can be created.
2020-04-07 16:35:27 +02:00
Sebastian Rindom bc5dc5fab4 Fixes failing user tetst 2020-04-06 12:51:23 +02:00
Sebastian Rindom 35e0930650 v0.3.0 2020-04-06 12:14:08 +02:00
Sebastian Rindom f0a9fd34f4 Publish 2020-04-06 12:13:55 +02:00