Describe the bug
Failure/Error:
Adyen::Client.new(api_key: credentials[:ADYEN_API_KEY],
env: credentials[:ADYEN_ENV],
live_url_prefix: adyen_live_url)
NoMethodError:
undefined method `default_adapter_options' for Faraday:Module
How to reproduce
If you try to initialize Adyen::Client class you will get this error
Expected behavior
Being able to initialize the Adyen::Client class
Additional context
It started with version 7.3.0 and it seems to be related to #169
When no adapter_options is specified, it triggers the before mentioned error