Skip to content

Commit 7773691

Browse files
MC-33743: Product page PayPal button adds 2 products to cart
1 parent f82c06c commit 7773691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/in-context/product-express-checkout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ define([
119119
/** @inheritdoc */
120120
afterOnAuthorize: function (res, resolve, reject, actions) {
121121
this.productAddedToCart = false;
122-
this._super(res, resolve, reject, actions);
122+
return this._super(res, resolve, reject, actions);
123123
}
124124
});
125125
});

0 commit comments

Comments
 (0)