The method \Magento\Authorizenet\Model\Authorizenet::canUseForCurrency() can be simplified

This can be simplified to:

public function canUseForCurrency($currencyCode)
{
    return in_array($currencyCode, $this->getAcceptedCurrencyCodes());
}