Skip to content

Commit d8e727e

Browse files
committed
Merge pull request #454 from magento-folks/checkout
[Folks] Bugfixes
2 parents ec6d4e6 + 1a88077 commit d8e727e

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)