braintree / braintree_php

Braintree PHP library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
546 stars 224 forks source link

Fix documentation typo for Transaction addOns property #286

Closed brianium closed 3 years ago

brianium commented 3 years ago

Summary

The property documentation for Transaction::addOns was incorrectly cased. This fixes the casing of the documentation to match the casing of the attribute.

Fixes #285

Checklist