Commit Graph

29 Commits

Author SHA1 Message Date
Vilfred Sikker Dreijer
fe0696569c Feat/bancontact payment (#452)
* add bancontact stripe payment

* rename to BancontactProviderService
2021-10-07 11:01:37 +02:00
dependabot[bot]
4db860f9ab chore(deps): bump tmpl from 1.0.4 to 1.0.5 in /packages/medusa-test-utils (#408)
* docs: create-medusa-app article (#401)

* fix: temporarily comment out cloud related docs (#387)

* Fix typo in registerOptin section (#407)

* docs: Carts in Medusa (#406)

* hotfix: Stripe cancelPayment catch block (#416)

* chore(release): Publish

 - medusa-payment-stripe@1.1.26

* Fix typo in Plugins in Medusa doc (#414)

* chore(deps): bump tmpl in /packages/medusa-test-utils

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Vadim Smirnov <62517920+FuzzyReason@users.noreply.github.com>
Co-authored-by: ps-89 <91064940+ps-89@users.noreply.github.com>
Co-authored-by: Sebastian Rindom <skrindom@gmail.com>
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: olivermrbl <oliver@mrbltech.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-27 18:50:13 +02:00
Vilfred Sikker Dreijer
d4397d4954 add Stripe Ideal service (#389) 2021-09-14 11:11:28 +02:00
Sebastian Rindom
5873682491 feat(stripe): adds giropay provider 2021-06-21 14:38:41 +02:00
Sebastian Rindom
999e8053ea fix(stripe): remove decimals on amounts (#187)
* fix: floor amounts

* fix: round instead of floor
2021-02-27 10:08:05 +01:00
Sebastian Rindom
f1baca3cbd Replaces MongoDB support with PostgreSQL (#151)
- All schemas have been rewritten to a relational model
- All services have been rewritten to accommodate the new data model
- Adds idempotency keys to core endpoints allowing you to retry requests with no additional side effects
- Adds staged jobs to avoid putting jobs in the queue when transactions abort
- Adds atomic transactions to all methods with access to the data layer

Co-authored-by: Oliver Windall Juhl <oliver@mrbltech.com>
2021-01-26 10:26:14 +01:00
Sebastian Rindom
c6996dd530 CircleCI project setup (#138) 2020-11-21 15:50:42 +01:00
Sebastian Rindom
315e8662f0 hotfix(medusa-payment-stripe): fixes failing customer updates 2020-10-12 09:08:44 +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
df6d9102d4 hotfix(medusa-payment-stripe): fixing failing stripe webhooks 2020-09-06 12:52:37 +02:00
Sebastian Rindom
0cebcd2521 fix(medusa-payment-stripe): adds missing await in updateSession 2020-08-27 09:47:56 +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
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
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
808d0912e3 Load Services, Models and API from Core, Plugins and Project root (#23) 2020-03-30 16:52:20 +02:00
Sebastian Rindom
edce88c34b Moves Medusa interfaces defines model schemas for Customer, Cart, Order 2020-01-30 09:38:08 +01:00
Sebastian Rindom
aa6bb4648e Initial commit 2020-01-18 14:48:15 +01:00