Ross Whisson

Results 1 issues of Ross Whisson

`$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. https://github.com/thephpleague/omnipay-braintree/blob/fef291e3018515bdd6dcc447d6de5e24dda990e1/src/Message/AbstractRequest.php#L455-L456 The code should look...