Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Configuration().GetConfiguration() #79

Open
igorperisic opened this issue Nov 15, 2022 · 0 comments
Open

Issue with Configuration().GetConfiguration() #79

igorperisic opened this issue Nov 15, 2022 · 0 comments

Comments

@igorperisic
Copy link

I'm currently trying out the code for "Create a Customer Payment Instrument" and I am getting an error on this line

var configDictionary = new Configuration().GetConfiguration(); error is "The type or namespace 'Configuration' could not be found".

Quick fix shows me to add one of these two Using statements: using CyberSource.Client; or using CyberSource.Clients;.
This gives me another error - 'Configuration' does not contain a definition for 'GetConfiguration' and no accessible extension method 'GetConfiguration' accepting a first argument of type 'Configuration' could not be found."

Not sure what to do to fix it. I would appreciate any advice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant