Skip to content

Commit 4ef527b

Browse files
MC-42440: Amount attribute is not sent to Paypal
1 parent bd27efb commit 4ef527b

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Paypal/view/frontend/web/js/view/amountProviders

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/view/frontend/web/js/view/amountProviders/product.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ define([
5050

5151
$(this.qtyFieldSelector).on('change', this._onQtyChange.bind(this));
5252

53-
this._updateAmount();
53+
priceBox.trigger('updatePrice');
5454

5555
return this;
5656
},

0 commit comments

Comments
 (0)