You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$item->getPrice() returns the item's unit price and not the line item's total amount. This is creating inaccurate line item data when viewing transactions in Braintree.
$item->getPrice()
returns the item's unit price and not the line item's total amount. This is creating inaccurate line item data when viewing transactions in Braintree.omnipay-braintree/src/Message/AbstractRequest.php
Lines 455 to 456 in fef291e
The code should look something like this:
The text was updated successfully, but these errors were encountered: