fix(payment): Return and set the correct status when a session is created with stripe (#12769)
This commit is contained in:
@@ -363,6 +363,7 @@ export default class PaymentModuleService
|
||||
{
|
||||
id: paymentSession!.id,
|
||||
data: { ...input.data, ...providerPaymentSession.data },
|
||||
status: providerPaymentSession.status ?? PaymentSessionStatus.PENDING,
|
||||
},
|
||||
sharedContext
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user