medusa-payment-stripe
Advanced tools
Comparing version 1.0.14-alpha.186 to 1.0.14-alpha.202
{ | ||
"name": "medusa-payment-stripe", | ||
"version": "1.0.14-alpha.186+ffc008f", | ||
"version": "1.0.14-alpha.202+ab4d54f", | ||
"description": "Stripe Payment provider for Meduas Commerce", | ||
@@ -29,3 +29,3 @@ "main": "index.js", | ||
"jest": "^25.5.2", | ||
"medusa-test-utils": "^1.0.12-alpha.186+ffc008f" | ||
"medusa-test-utils": "^1.0.12-alpha.176+0646bd3" | ||
}, | ||
@@ -44,6 +44,6 @@ "scripts": { | ||
"express": "^4.17.1", | ||
"medusa-core-utils": "^1.0.12-alpha.801+ffc008f", | ||
"medusa-core-utils": "^1.0.12-alpha.787+0646bd3", | ||
"stripe": "^8.50.0" | ||
}, | ||
"gitHead": "ffc008f0629ca410cbe702cb53635e8a4fefe665" | ||
"gitHead": "ab4d54fb3ebfa6590680088b420d96d329100318" | ||
} |
@@ -71,3 +71,4 @@ "use strict"; | ||
return this.cartService_.retrieve(cartId, { | ||
relations: ["payment_sessions", "customer"] | ||
select: ["subtotal", "tax_total", "shipping_total", "discount_total", "total"], | ||
relations: ["items", "billing_address", "shipping_address", "region", "region.payment_providers", "payment_sessions", "customer"] | ||
}); | ||
@@ -74,0 +75,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
57527
1341