Returns a collection of Add-On objects.
PHP
$addOns = $gateway->addOn()->all();
If the add-on can't be found, you'll receive a Braintree\Exception\NotFound
exception.
Returns a collection of Add-On objects.
$addOns = $gateway->addOn()->all();
If the add-on can't be found, you'll receive a Braintree\Exception\NotFound
exception.