fix(stripe): add StripePromptPayService to Stripe module provider (#13572)

* fix(stripe): add StripePromptPayService to Stripe module provider

* Add changeset for StripePromptPayService fix
This commit is contained in:
kusonsaelee
2025-09-23 02:46:56 +07:00
committed by GitHub
parent 4125665776
commit 9fc32ba7c7
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/payment-stripe": patch
---
Fix StripePromptPayService not registered in module provider. PromptPay payments now work correctly.

View File

@@ -6,6 +6,7 @@ import {
StripeIdealService,
StripeProviderService,
StripePrzelewy24Service,
StripePromptpayService,
} from "./services"
const services = [
@@ -15,6 +16,7 @@ const services = [
StripeIdealService,
StripeProviderService,
StripePrzelewy24Service,
StripePromptpayService,
]
export default ModuleProvider(Modules.PAYMENT, {