thephpleague / omnipay-braintree

Braintree Driver for Omnipay Gateway
MIT License
34 stars 50 forks source link

Fix bug in d947113 where `$items` is not defined #68

Closed timeverts closed 3 years ago

timeverts commented 3 years ago

Resolves #67

This fixes a critical bug introduced by d947113 which caused an Undefined variable $items to be output from line 442 of src/Message/AbstractRequest.php.

https://github.com/thephpleague/omnipay-braintree/blob/d9471135a2837476687ad7f24e8656c92ce64088/src/Message/AbstractRequest.php#L438-L442