I need to know the correct way to type this:
environment: :sandbox
or environment::sandbox
?
Edit: I saw your comments, maybe if I type in the code that I used, I will get a better answer?
require_relative 'lib/gocardless_pro'
@client = GoCardlessPro::Client.new(
access_token: ENV['GOCARDLESS_TOKEN'],
# environment: :sandbox or environment::sandbox?
)