fix(medusa-payment-klarna, medusa-payment-stripe, medusa-payment-paypal): Totals calculation (#2381)
This commit is contained in:
@@ -135,9 +135,7 @@ class StripeProviderService extends AbstractPaymentService {
|
||||
.withTransaction(this.manager_)
|
||||
.retrieve(region_id)
|
||||
|
||||
const amount = await this.totalsService_
|
||||
.withTransaction(this.manager_)
|
||||
.getTotal(cart)
|
||||
const amount = cart.total
|
||||
|
||||
const intentRequest = {
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user