We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5979f5 commit 026bb9bCopy full SHA for 026bb9b
app/code/Magento/Paypal/view/frontend/web/js/paypal-checkout.js
@@ -78,7 +78,7 @@ define([
78
var $form,
79
ppCheckoutInput;
80
81
- if (this.options.isCatalogProduct && originalForm) {
+ if (this.options.isCatalogProduct) {
82
// find the form from which the button was clicked
83
$form = originalForm ? $(originalForm) : $($(this.options.shortcutContainerClass).closest('form'));
84
0 commit comments