Skip to content

Commit 026bb9b

Browse files
committed
MAGETWO-48372: Billing Agreement popup doesn't appear on product page after clicking on Checkout with Express button
1 parent a5979f5 commit 026bb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/paypal-checkout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ define([
7878
var $form,
7979
ppCheckoutInput;
8080

81-
if (this.options.isCatalogProduct && originalForm) {
81+
if (this.options.isCatalogProduct) {
8282
// find the form from which the button was clicked
8383
$form = originalForm ? $(originalForm) : $($(this.options.shortcutContainerClass).closest('form'));
8484

0 commit comments

Comments
 (0)