Shahed Nasser
0c7cbfb2e7
feat(payment-stripe): Allow passing shared payment token in Stripe ( #13632 )
...
* feat(@medusajs/payment-stripe): Allow passing shared payment token in Stripe
* fix changeset
2025-09-30 18:40:36 +03:00
kusonsaelee
9fc32ba7c7
fix(stripe): add StripePromptPayService to Stripe module provider ( #13572 )
...
* fix(stripe): add StripePromptPayService to Stripe module provider
* Add changeset for StripePromptPayService fix
2025-09-22 15:46:56 -04:00
Adrien de Peretti
12a96a7c70
chore(): Move peer deps into a single package and re export from framework ( #13439 )
...
* chore(): Move peer deps into a single package and re export from framework
* WIP
* update core packages
* update cli and deps
* update medusa
* update exports path
* remove analyze
* update modules deps
* finalise changes
* fix yarn
* fix import
* Refactor peer dependencies into a single package
Consolidate peer dependencies into one package and re-export from the framework.
* update changeset
* Update .changeset/brown-cows-sleep.md
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
* rm deps
* fix deps
* increase timeout
* upgrade version
* update versions
* update versions
* fixes
* update lock
* fix missing import
* fix missing import
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-09-22 18:36:22 +02:00
github-actions[bot]
174b5b1cb7
chore: Version Packages ( #13494 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-18 18:38:07 +02:00
github-actions[bot]
6525ac5c1c
chore: Version Packages ( #13354 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-09-12 15:42:43 +02:00
github-actions[bot]
6dca59d0a5
chore: Version Packages ( #13338 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-28 22:58:13 +02:00
github-actions[bot]
08ec3ed9f2
chore: Version Packages ( #13209 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-28 17:25:32 +02:00
github-actions[bot]
01fa17d2ad
chore: Version Packages ( #13045 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-14 13:23:45 +02:00
github-actions[bot]
137ea0883d
chore: Version Packages ( #12924 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-24 09:41:35 +02:00
github-actions[bot]
b7aa719540
chore: Version Packages ( #12883 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-08 19:49:15 +02:00
github-actions[bot]
22396134b3
chore: Version Packages ( #12832 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-30 16:16:24 +02:00
github-actions[bot]
628e8d22ee
chore: Version Packages ( #12691 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-25 11:41:13 +02:00
Stevche Radevski
c0807f5496
fix: Allow setting the status of a payment session when updating ( #12809 )
2025-06-24 13:15:10 +02:00
Stevche Radevski
b116f75fbf
fix(payment): Return and set the correct status when a session is created with stripe ( #12769 )
2025-06-21 20:36:58 +02:00
Stevche Radevski
a7a264b13c
fix: Add missing partially funded event handler for Stripe ( #12763 )
2025-06-18 16:23:13 +02:00
Stevche Radevski
5856963e0b
feat: Normalize payment method data and options when passed to Stripe ( #12757 )
2025-06-18 09:23:42 +02:00
github-actions[bot]
68a796d300
chore: Version Packages ( #12583 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-06-05 20:33:53 +02:00
github-actions[bot]
5ad3615830
chore: Version Packages ( #12576 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-05-22 14:04:27 +02:00
olivermrbl
8c0b49fed4
chore: Version packages
2025-05-16 11:04:39 +02:00
olivermrbl
d2dd2e7c72
chore: Version packages
2025-05-15 09:49:09 +02:00
olivermrbl
d3a5868e8b
chore: Version packages
2025-05-13 12:56:07 +02:00
olivermrbl
2fec5f4aa0
chore: Version packages
2025-04-23 09:27:02 +02:00
olivermrbl
d61694385d
chore: Version packages
2025-04-11 10:25:36 +02:00
Saryazdi-Saman
e05491c24f
fix: preserve payment sessions during certain Stripe errors for webhook reconciliation ( #11798 )
...
* fix: preserve payment sessions during certain Stripe errors for webhook reconciliation
fix: add retry mechanism for errors that might be fixed after retry
fix: authorizePaymentSession method will update payment_session.status regardless regardless of wether or not the authorization is successful
* Refactor: improve handling structure and syntax
-Move HandledErrorType definition to the top of stripe-base
- Use timers/promises for setTimeout
- Removed data in HandledErrorType when retry is true
* refactor: improve error handling flow and logic
- Simplify return statement in initiatePayment to handle null cases
- Remove redundant if-check in handleStripeError and rely on switch
- Reorder conditional checks in executeWithRetry for clearer flow
- Update executeWithRetry to check for retry=false condition first
* clean up
* fix: improve payment error handling and traceability
- Return structured error state for StripeAPIError instead of null
- Throw error when retries are exhausted and no payment intent exists
- Update type definitions to support error state tracking
* fix formatting and naming
2025-03-13 14:46:31 +01:00
olivermrbl
f1cac99316
chore: Version packages
2025-03-10 15:44:09 +01:00
Oli Juhl
3b470f4142
chore: remove ranges on medusa packages ( #11738 )
2025-03-06 14:17:05 +01:00
olivermrbl
5d74ac3cc3
chore: Version packages
2025-03-04 14:11:37 +01:00
olivermrbl
3f7470022c
chore: Version packages
2025-02-24 11:36:46 +01:00
Stevche Radevski
99a6ecc12d
feat: Add support to update account holder ( #11499 )
2025-02-18 11:04:25 +01:00
Stevche Radevski
91d3332f9e
feat: Add support for idempotency key in payments ( #11494 )
2025-02-17 18:08:19 +01:00
olivermrbl
682dcf6507
chore: Version packages
2025-02-11 12:00:43 +01:00
Oli Juhl
db03738b5f
chore: Revert version range to ^ ( #11390 )
2025-02-11 11:35:25 +01:00
Stevche Radevski
702d338284
fix: Minor fixes and cleanup to the payments setup ( #11356 )
...
This PR adds a couple new statuses to the payment collection and payment webhook results. The payment collection will now be marked as "completed" once the captured amount is the full amount of the payment collection.
There are several things left to improve the payment setup, so non-happy-path cases are handled correctly.
1. Currently the payment session and payment models serve a very similar purpose. Part of the information is found on one, and the other part on the other model, without any clear reason for doing so. We can simplify the payment module and the data models simply by merging the two.
2. We need to handle failures more gracefully, such as setting the payment session status to failed when such a webhook comes in.
3. We should convert the payment collection status and the different amounts to calculated fields from the payment session, captures, and refunds, as they can easily be a source of inconsistencies.
2025-02-09 15:42:02 +00:00
Stevche Radevski
59cbc0ec77
feat: Add support for managing account holder in payment module ( #11015 )
2025-01-28 08:55:15 +01:00
olivermrbl
986ee8008e
chore: Version packages
2025-01-27 09:35:06 +01:00
Adrien de Peretti
9321920227
fix: Medusa package version should use ~ instead of ^ ( #11077 )
...
RESOLVES FRMW-2859
2025-01-22 15:15:30 +00:00
Stevche Radevski
05c8a67d8e
feat: Add support for creating payment methods to payment module ( #11063 )
...
CLOSES CLO-407
2025-01-21 11:31:44 +00:00
olivermrbl
57e9a7a5bf
chore: Version packages
2025-01-20 07:41:15 -05:00
olivermrbl
efe141f54b
chore: Version packages
2025-01-17 10:29:04 -05:00
Stevche Radevski
f99f720dd4
feat: Add support for listing saved payment methods in module and Stripe ( #10994 )
2025-01-16 16:16:04 +01:00
Stevche Radevski
f5235862c0
feat: Improvements to payment module and Stripe provider ( #10980 )
...
* fix: Correctly parse Stripe error, remove unused method
* fix: Isolate the payment provider error check function
* fix: Allow passing few extra parameters to Stripe
---------
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2025-01-16 08:12:53 +01:00
Rahul R.
ecf73780e0
[Fix] Update Repository Directory Paths for All Packages ( #10910 )
...
This PR updates the `repository.directory` field in the `package.json` files for packages located within the `modules` folder.
2025-01-13 12:49:50 +01:00
olivermrbl
3919b26eb6
chore: Version packages
2025-01-07 13:31:40 +01:00
olivermrbl
348f866ffe
chore: Version packages
2024-12-20 11:25:36 +01:00
olivermrbl
a391a29aa8
chore: Version packages
2024-12-17 14:41:05 +01:00
olivermrbl
0e342b491d
chore: Version packages
2024-12-10 14:01:50 +01:00
olivermrbl
4723acd949
chore: Version packages
2024-12-04 18:36:57 +01:00
olivermrbl
e9c1b1127e
chore: Version packages
2024-11-27 15:40:07 +01:00
olivermrbl
ccf4e801f3
chore: Version packages
2024-11-25 12:14:36 +01:00
olivermrbl
4245312d8d
chore: Version packages
2024-11-25 09:57:00 +01:00