Skip to content

Commit fef675f

Browse files
author
Alex Akimov
committed
MAGETWO-40026: "No such entity with cartId = " error on One Page Checkout using online payment
1 parent 5e8b706 commit fef675f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/action/set-payment-method.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ define(
2424
*/
2525
if (!customer.isLoggedIn()) {
2626
serviceUrl = urlBuilder.createUrl('/guest-carts/:cartId/selected-payment-method', {
27-
quoteId: quote.getQuoteId()
27+
cartId: quote.getQuoteId()
2828
});
2929
payload = {
3030
cartId: quote.getQuoteId(),

0 commit comments

Comments
 (0)