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:
5
.changeset/khaki-tables-mate.md
Normal file
5
.changeset/khaki-tables-mate.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/payment-stripe": patch
|
||||
---
|
||||
|
||||
Fix StripePromptPayService not registered in module provider. PromptPay payments now work correctly.
|
||||
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user