This seems to break the way the GatewayManager gets the default gateway from the config.
for example for the omnipay authorize.net gateway $gateway->getName() returns the name "Authorize.Net AIM" which doesn't match the array key in the gateway config which is:
This seems to break the way the GatewayManager gets the default gateway from the config. for example for the omnipay authorize.net gateway
$gateway->getName()
returns the name"Authorize.Net AIM"
which doesn't match the array key in the gateway config which is:it's not able to retrieve the default gateway config.