Skip to content

Commit 95b4a4f

Browse files
committed
MC-32679: Create automated Paypal tests
- Added fix for static tests
1 parent ba75f0d commit 95b4a4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)