Adrien de Peretti
93d0dc1bdc
fix(medusa): test, build and watch scripts ( #3025 )
2023-01-15 17:10:26 +01:00
olivermrbl
233d6904f8
chore(release): Publish
2022-12-22 15:54:20 +01:00
Adrien de Peretti
c8724da503
feat(medusa,medusa-payment-stripe): Move database mutation from plugin to core ( #2743 )
...
**what**
The goal of that PR is to first refactor the payment provider and payment plugin to support the new API that removes the data mutation from within the plugin to be done by the core instead. In any case, this pr does not include the steps of the deeper refactoring. The last part will come in later pr.
**How**
- The payment plugin is now capable to handle both the deprecated and new API and the plugin works the same as it use to works.
- The mutation made by the plugin have been moved into the core as well as the subscriber
- The tests have been updated to reflect the changed
- Remove all new methods introduced by the payment collections
- Mutualise types
- Update provider and payment collection services
- cleanup around all those refactoring including cleanup of the payment collection
- refactor stripe payment plugin
FIXES CORE-887
2022-12-19 14:37:35 +00:00
Patrick
0a9c891853
chore: explicitly add devDependencies for monorepo peerDependencies ( #2808 )
2022-12-15 08:46:52 +01:00
olivermrbl
29135c0519
chore(release): Publish
2022-12-13 10:34:07 +01:00
Carlos R. L. Rodrigues
15c667fbd3
feat(medusa,medusa-react): PaymentCollection support ( #2659 )
...
* chore: medusa react, order edit complete fix and single payment session
2022-12-07 12:39:35 -03:00
Adrien de Peretti
63d2a0eb1b
fix(strip): Hooks import was wrong ( #2666 )
...
* fix(strip): Hooks import was wrong
* Create nervous-insects-switch.md
2022-11-24 16:16:35 +01:00
olivermrbl
105c689298
chore(release): Publish
2022-11-24 11:42:04 +01:00
Adrien de Peretti
e09f6e8a1e
fix(medusa-payment-stripe): handle webhook sirialization failure ( #2607 )
2022-11-20 20:47:15 +01:00
Adrien de Peretti
9e91a50df1
fix(medusa-payment-stripe): Missing transactions in Stripe provider ( #2603 )
2022-11-14 20:03:06 +01:00
Carlos R. L. Rodrigues
755ba90c05
feat(medusa): Payment Collection endpoints ( #2525 )
2022-11-11 18:28:45 +01:00
olivermrbl
5dcbec3788
chore(release): Publish
2022-11-10 19:31:03 +01:00
Oliver Windall Juhl
04e894ec39
hotfix(medusa-payment-stripe): Support provider specific intent options ( #2581 )
2022-11-10 19:28:35 +01:00
olivermrbl
7914f2a82a
chore: Version medusa-payment-stripe
2022-11-09 20:36:31 +01:00
olivermrbl
2e553ce42a
chore(medusa-payment-stripe): Add /helpers to gitignore
2022-11-03 10:24:24 +01:00
olivermrbl
0b0d50b476
Merge branch 'develop' of github.com:medusajs/medusa into develop
2022-11-02 18:20:54 +01:00
Carlos R. L. Rodrigues
c3f8297599
feat(medusa): manage payment sessions from payment collection ( #2402 )
...
* feat: manage payment sessions from payment collection
2022-11-02 13:34:29 -03:00
olivermrbl
ee8a71c692
chore(release): Publish
2022-11-02 16:44:54 +01:00
Sebastian Rindom
a9acb48fc6
feat(stripe): Support automatic payment methods ( #2492 )
2022-10-30 13:32:00 +01:00
olivermrbl
35df4962f8
chore(release): Publish
2022-10-10 18:02:50 +02:00
Sebastian Rindom
a908a7716c
fix(medusa-payment-klarna, medusa-payment-stripe, medusa-payment-paypal): Totals calculation ( #2381 )
2022-10-08 10:53:19 +02:00
Adrien de Peretti
df62e618bc
feat(medusa,medusa-payment-stripe): Migrate Stripe to Abstract payment service ( #1790 )
2022-10-04 10:49:43 +02:00
Carlos R. L. Rodrigues
a94d9816fe
chore: Centralise ESLint rules ( #2162 )
...
* chore: centrilize eslint rules
2022-09-13 07:42:33 -03:00
olivermrbl
384c8efb8b
chore(release): Publish
2022-08-25 15:51:21 +02:00
Oliver Windall Juhl
fb1105b9c0
fix(medusa-payment-stripe): Add item adjustments relation in CartSubcriber ( #2052 )
2022-08-16 19:36:57 +02:00
chemicalkosek
40ae53567a
feat(medusa-payment-stripe): Add support for Przelewy24 and Blik ( #1982 )
2022-08-08 13:02:33 +02:00
olivermrbl
bc7c2d9c4a
chore(release): Publish
2022-08-03 18:34:24 +02:00
Adrien de Peretti and Oliver Windall Juhl
e51fdd3304
fix(medusa-payment-stripe): Fix options typo ( #1899 )
...
**What**
Fix the options usage across the plugin `this.options_` instead of `this.options`
**Tests**
New unit tests
Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com >
2022-07-26 11:34:28 +00:00
Zakaria El Asri
9fa4238ee4
chore: improve ci pipeline ( #1764 )
...
* fix: caching deps + add true parallelization to integration tests api
* fix: github action
* chore: upgrade to yarn berry (#1762 )
* init migration
* remove: yarn.lock from all pkgs
* fix: build script in pkgs
* adjust yarn config
* fix: yarn.lock and yarnrc.yml
* fix: github actions
* fix: wrong type
* fix (medusa-react): use dts-cli instead of tsdx
* fix: yarn.lock
* fix: yarn v
* fix: prepare script
* add: comment on why we need to downgrade yarn before medusa-dev
* chore: move to Turborepo (#1763 )
* increase number of parallel nodes
* fix (medusa-fulfillment-webshipper): build script
* fix: use new version of medusa-dev
* fix: rename cache-bootstrap to cache-deps
2022-07-10 12:11:11 +02:00
olivermrbl
915359d84b
chore: fix yarn.lock conflicts
2022-07-05 10:17:09 +02:00
olivermrbl
f87c268913
chore(release): Publish
...
- @medusajs/medusa-cli@1.3.1
- medusa-dev-cli@0.0.25
- medusa-file-minio@1.0.7
- medusa-file-s3@1.1.3
- medusa-file-spaces@1.2.3
- medusa-fulfillment-webshipper@1.3.3
- medusa-interfaces@1.3.1
- @medusajs/medusa-js@1.2.3
- medusa-payment-paypal@1.2.3
- medusa-payment-stripe@1.1.41
- medusa-plugin-algolia@0.2.3
- medusa-plugin-brightpearl@1.3.1
- medusa-plugin-contentful@1.2.3
- medusa-plugin-ip-lookup@1.2.1
- medusa-plugin-mailchimp@1.1.42
- medusa-plugin-meilisearch@0.2.3
- medusa-plugin-sendgrid@1.3.3
- medusa-plugin-slack-notification@1.3.3
- medusa-plugin-twilio-sms@1.2.3
- medusa-react@0.3.3
- medusa-source-shopify@1.2.1
- @medusajs/medusa@1.3.3
2022-07-05 09:51:23 +02:00
Shahed Nasser
4583df8367
chore: added keywords for plugins ( #1707 )
...
* added keywords for plugins
* updated shopify plugin keywords
2022-06-23 16:12:33 +02:00
olivermrbl
8e43ef2b3a
chore(release): Publish
...
- medusa-file-minio@1.0.6
- medusa-file-s3@1.1.2
- medusa-file-spaces@1.2.2
- medusa-fulfillment-webshipper@1.3.2
- @medusajs/medusa-js@1.2.2
- medusa-payment-paypal@1.2.2
- medusa-payment-stripe@1.1.40
- medusa-plugin-algolia@0.2.2
- medusa-plugin-contentful@1.2.2
- medusa-plugin-mailchimp@1.1.41
- medusa-plugin-meilisearch@0.2.2
- medusa-plugin-sendgrid@1.3.2
- medusa-plugin-slack-notification@1.3.2
- medusa-plugin-twilio-sms@1.2.2
- medusa-react@0.3.2
- @medusajs/medusa@1.3.2
2022-06-19 13:11:05 +02:00
olivermrbl
6c1a722b38
chore(release): Publish
...
- medusa-file-minio@1.0.5
- medusa-file-s3@1.1.1
- medusa-file-spaces@1.2.1
- medusa-fulfillment-webshipper@1.3.1
- @medusajs/medusa-js@1.2.1
- medusa-payment-paypal@1.2.1
- medusa-payment-stripe@1.1.39
- medusa-plugin-algolia@0.2.1
- medusa-plugin-contentful@1.2.1
- medusa-plugin-mailchimp@1.1.40
- medusa-plugin-meilisearch@0.2.1
- medusa-plugin-sendgrid@1.3.1
- medusa-plugin-slack-notification@1.3.1
- medusa-plugin-twilio-sms@1.2.1
- medusa-react@0.3.1
- @medusajs/medusa@1.3.1
2022-05-31 09:12:18 +02:00
olivermrbl
ad85bd0006
Merge branch 'master' into develop
2022-05-24 10:02:35 +02:00
Shahed Nasser
b4f0771202
small fixes
2022-05-20 11:44:20 +03:00
Shahed Nasser
be3ad001ee
added readme links
2022-05-20 11:40:57 +03:00
Adrien de Peretti
327614e126
feat(medusa-payment-stripe): Ability to add payment description and improve status resolution ( #1404 )
2022-05-10 17:34:41 +02:00
olivermrbl
c16df9383c
chore(release): Publish
...
- create-medusa-app@0.0.6
- gatsby-source-medusa@0.0.47
- @medusajs/medusa-cli@1.1.27
- medusa-file-minio@1.0.4
- medusa-file-s3@1.0.12
- medusa-file-spaces@1.1.37
- @medusajs/medusa-js@1.0.10
- medusa-payment-adyen@1.1.39
- medusa-payment-klarna@1.1.39
- medusa-payment-manual@1.0.16
- medusa-payment-paypal@1.0.38
- medusa-payment-stripe@1.1.38
- medusa-plugin-add-ons@1.1.37
- medusa-plugin-brightpearl@1.1.43
- medusa-plugin-contentful@1.1.40
- medusa-plugin-economic@1.1.37
- medusa-plugin-mailchimp@1.1.37
- medusa-plugin-permissions@1.1.37
- medusa-plugin-restock-notification@0.0.30
- medusa-plugin-segment@1.1.40
- medusa-plugin-sendgrid@1.1.38
- medusa-plugin-slack-notification@1.1.37
- medusa-plugin-twilio-sms@1.1.37
- medusa-plugin-wishlist@1.1.37
- medusa-react@0.1.3
- medusa-source-shopify@1.0.3
- medusa-test-utils@1.1.37
- @medusajs/medusa@1.1.62
2022-01-11 16:54:08 +01:00
olivermrbl
ec0f2df285
chore(release): Publish
...
- gatsby-source-medusa@0.0.46
- @medusajs/medusa-cli@1.1.26
- medusa-file-minio@1.0.3
- medusa-file-s3@1.0.11
- medusa-file-spaces@1.1.36
- @medusajs/medusa-js@1.0.9
- medusa-payment-adyen@1.1.38
- medusa-payment-klarna@1.1.38
- medusa-payment-manual@1.0.15
- medusa-payment-paypal@1.0.37
- medusa-payment-stripe@1.1.37
- medusa-plugin-add-ons@1.1.36
- medusa-plugin-brightpearl@1.1.42
- medusa-plugin-contentful@1.1.39
- medusa-plugin-economic@1.1.36
- medusa-plugin-mailchimp@1.1.36
- medusa-plugin-permissions@1.1.36
- medusa-plugin-restock-notification@0.0.29
- medusa-plugin-segment@1.1.39
- medusa-plugin-sendgrid@1.1.37
- medusa-plugin-slack-notification@1.1.36
- medusa-plugin-twilio-sms@1.1.36
- medusa-plugin-wishlist@1.1.36
- medusa-react@0.1.2
- medusa-source-shopify@1.0.2
- medusa-test-utils@1.1.36
- @medusajs/medusa@1.1.61
2021-12-29 13:02:39 +01:00
olivermrbl
3bbd1e8507
chore: release assist
2021-12-17 15:39:27 +01:00
olivermrbl
81a7ff73d0
chore(release): Publish
...
- gatsby-source-medusa@0.0.45
- @medusajs/medusa-cli@1.1.25
- medusa-file-minio@1.0.2
- medusa-file-s3@1.0.10
- medusa-file-spaces@1.1.35
- @medusajs/medusa-js@1.0.8
- medusa-payment-adyen@1.1.37
- medusa-payment-klarna@1.1.37
- medusa-payment-manual@1.0.14
- medusa-payment-paypal@1.0.36
- medusa-payment-stripe@1.1.36
- medusa-plugin-add-ons@1.1.35
- medusa-plugin-brightpearl@1.1.41
- medusa-plugin-contentful@1.1.38
- medusa-plugin-economic@1.1.35
- medusa-plugin-mailchimp@1.1.35
- medusa-plugin-permissions@1.1.35
- medusa-plugin-restock-notification@0.0.28
- medusa-plugin-segment@1.1.38
- medusa-plugin-sendgrid@1.1.36
- medusa-plugin-slack-notification@1.1.35
- medusa-plugin-twilio-sms@1.1.35
- medusa-plugin-wishlist@1.1.35
- medusa-react@0.1.1
- medusa-source-shopify@1.0.1
- medusa-test-utils@1.1.35
- @medusajs/medusa@1.1.60
2021-12-17 14:24:00 +01:00
Sebastian Rindom
36c0f468f9
chore(release): Publish
...
- babel-preset-medusa-package@1.1.19
- @medusajs/medusa-cli@1.1.24
- medusa-core-utils@1.1.31
- medusa-dev-cli@0.0.24
- medusa-file-minio@1.0.1
- medusa-file-s3@1.0.9
- medusa-file-spaces@1.1.34
- medusa-fulfillment-manual@1.1.31
- medusa-fulfillment-webshipper@1.1.35
- medusa-interfaces@1.1.32
- @medusajs/medusa-js@1.0.6
- medusa-payment-adyen@1.1.36
- medusa-payment-klarna@1.1.36
- medusa-payment-manual@1.0.13
- medusa-payment-paypal@1.0.35
- medusa-payment-stripe@1.1.35
- medusa-plugin-add-ons@1.1.34
- medusa-plugin-algolia@0.0.6
- medusa-plugin-brightpearl@1.1.40
- medusa-plugin-contentful@1.1.37
- medusa-plugin-economic@1.1.34
- medusa-plugin-mailchimp@1.1.34
- medusa-plugin-meilisearch@0.0.12
- medusa-plugin-permissions@1.1.34
- medusa-plugin-restock-notification@0.0.27
- medusa-plugin-segment@1.1.37
- medusa-plugin-sendgrid@1.1.35
- medusa-plugin-slack-notification@1.1.34
- medusa-plugin-twilio-sms@1.1.34
- medusa-plugin-wishlist@1.1.34
- medusa-source-shopify@1.0.0
- medusa-telemetry@0.0.11
- medusa-test-utils@1.1.34
- @medusajs/medusa@1.1.58
2021-12-08 13:21:54 +01:00
Sebastian Rindom
7f7682ef01
chore: remove gitignored files
2021-11-23 09:54:59 +01:00
Sebastian Rindom
4fcf9c1ee5
chore(release): Publish
...
- medusa-core-utils@1.1.30
- medusa-file-s3@1.0.8
- medusa-file-spaces@1.1.33
- medusa-fulfillment-manual@1.1.30
- medusa-fulfillment-webshipper@1.1.34
- medusa-interfaces@1.1.31
- @medusajs/medusa-js@1.0.5
- medusa-payment-adyen@1.1.35
- medusa-payment-klarna@1.1.35
- medusa-payment-manual@1.0.12
- medusa-payment-paypal@1.0.34
- medusa-payment-stripe@1.1.34
- medusa-plugin-add-ons@1.1.33
- medusa-plugin-algolia@0.0.5
- medusa-plugin-brightpearl@1.1.39
- medusa-plugin-contentful@1.1.36
- medusa-plugin-economic@1.1.33
- medusa-plugin-mailchimp@1.1.33
- medusa-plugin-meilisearch@0.0.11
- medusa-plugin-permissions@1.1.33
- medusa-plugin-restock-notification@0.0.26
- medusa-plugin-segment@1.1.36
- medusa-plugin-sendgrid@1.1.34
- medusa-plugin-slack-notification@1.1.33
- medusa-plugin-twilio-sms@1.1.33
- medusa-plugin-wishlist@1.1.33
- medusa-test-utils@1.1.33
- @medusajs/medusa@1.1.57
2021-11-23 09:49:33 +01:00
olivermrbl
948f8b2593
chore: release assist
2021-11-22 17:18:27 +01:00
Oliver Juhl
7770046479
chore(release): Publish
...
- medusa-core-utils@1.1.29
- medusa-file-s3@1.0.7
- medusa-file-spaces@1.1.32
- medusa-fulfillment-manual@1.1.29
- medusa-fulfillment-webshipper@1.1.33
- medusa-interfaces@1.1.30
- @medusajs/medusa-js@1.0.4
- medusa-payment-adyen@1.1.34
- medusa-payment-klarna@1.1.34
- medusa-payment-manual@1.0.11
- medusa-payment-paypal@1.0.33
- medusa-payment-stripe@1.1.33
- medusa-plugin-add-ons@1.1.32
- medusa-plugin-algolia@0.0.4
- medusa-plugin-brightpearl@1.1.38
- medusa-plugin-contentful@1.1.35
- medusa-plugin-economic@1.1.32
- medusa-plugin-mailchimp@1.1.32
- medusa-plugin-meilisearch@0.0.10
- medusa-plugin-permissions@1.1.32
- medusa-plugin-restock-notification@0.0.25
- medusa-plugin-segment@1.1.35
- medusa-plugin-sendgrid@1.1.33
- medusa-plugin-slack-notification@1.1.32
- medusa-plugin-twilio-sms@1.1.32
- medusa-plugin-wishlist@1.1.32
- medusa-test-utils@1.1.32
- @medusajs/medusa@1.1.56
2021-11-22 17:10:54 +01:00
Sebastian Rindom
322466bc99
chore(release): Publish
...
- medusa-core-utils@1.1.28
- medusa-file-s3@1.0.6
- medusa-file-spaces@1.1.31
- medusa-fulfillment-manual@1.1.28
- medusa-fulfillment-webshipper@1.1.32
- medusa-interfaces@1.1.29
- @medusajs/medusa-js@1.0.2
- medusa-payment-adyen@1.1.33
- medusa-payment-klarna@1.1.33
- medusa-payment-manual@1.0.10
- medusa-payment-paypal@1.0.32
- medusa-payment-stripe@1.1.32
- medusa-plugin-add-ons@1.1.31
- medusa-plugin-algolia@0.0.3
- medusa-plugin-brightpearl@1.1.37
- medusa-plugin-contentful@1.1.34
- medusa-plugin-economic@1.1.31
- medusa-plugin-mailchimp@1.1.31
- medusa-plugin-meilisearch@0.0.9
- medusa-plugin-permissions@1.1.31
- medusa-plugin-restock-notification@0.0.24
- medusa-plugin-segment@1.1.34
- medusa-plugin-sendgrid@1.1.32
- medusa-plugin-slack-notification@1.1.31
- medusa-plugin-twilio-sms@1.1.31
- medusa-plugin-wishlist@1.1.31
- medusa-test-utils@1.1.31
- @medusajs/medusa@1.1.54
2021-11-19 10:30:35 +01:00
Sebastian Rindom
aa460f6359
chore: release assist
2021-11-19 10:29:02 +01:00
Sebastian Rindom
a69b1e85be
chore(release): Publish
...
- medusa-core-utils@1.1.27
- medusa-file-s3@1.0.5
- medusa-file-spaces@1.1.30
- medusa-fulfillment-manual@1.1.27
- medusa-fulfillment-webshipper@1.1.31
- medusa-interfaces@1.1.28
- @medusajs/medusa-js@1.0.1
- medusa-payment-adyen@1.1.32
- medusa-payment-klarna@1.1.32
- medusa-payment-manual@1.0.9
- medusa-payment-paypal@1.0.31
- medusa-payment-stripe@1.1.31
- medusa-plugin-add-ons@1.1.30
- medusa-plugin-algolia@0.0.2
- medusa-plugin-brightpearl@1.1.36
- medusa-plugin-contentful@1.1.33
- medusa-plugin-economic@1.1.30
- medusa-plugin-mailchimp@1.1.30
- medusa-plugin-meilisearch@0.0.8
- medusa-plugin-permissions@1.1.30
- medusa-plugin-restock-notification@0.0.23
- medusa-plugin-segment@1.1.33
- medusa-plugin-sendgrid@1.1.31
- medusa-plugin-slack-notification@1.1.30
- medusa-plugin-twilio-sms@1.1.30
- medusa-plugin-wishlist@1.1.30
- medusa-test-utils@1.1.30
- @medusajs/medusa@1.1.53
2021-11-19 10:26:29 +01:00