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

simple order api client for .net core #51

Open
akplm opened this issue Aug 22, 2018 · 8 comments
Open

simple order api client for .net core #51

akplm opened this issue Aug 22, 2018 · 8 comments

Comments

@akplm
Copy link

akplm commented Aug 22, 2018

Are you going to provide simple order api client for .net core. If yes then when? if not then, at least provide some instruction to create soa client for .net core.

@naushadqamar
Copy link

Is there any update for this request please?

@xantari
Copy link

xantari commented Dec 20, 2019

Still no .NET Standard library. Crazy. Stripe (big competitor to Cybersource) has had .NET Core support for years now. So sad.

@bill-reiss
Copy link

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

@xantari
Copy link

xantari commented Feb 19, 2020

@xamlnative Yeah thats pretty much the only way to do it (by yourself) as Cybersource is not putting much developer effort into this library unfortunately. I think this library is considered deprecated and your supposed to use this one: https://github.com/CyberSource/cybersource-rest-client-dotnet

Problem is, it is also not .NET Standard compliant and therefore cannot be used in .NET Core projects.

@ilya-khorev
Copy link

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

Hi
Are you able to share this code? As we, unfortunately, need to the same

@bellash13
Copy link

Here's what you are looking for https://github.com/CyberSource/cybersource-rest-client-dotnetstandard

@EpiFedge91
Copy link

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

Hello - are you able to share your code?

@bill-reiss
Copy link

I was able to get the XML client API working under .NET Core. I had to strip out a lot of unnecessary stuff for the SOAP and NVP clients and add the files to a .NET Core project, but the XML client is working fine. Feel free to reach out if you want help getting this working.

Hello - are you able to share your code?

If I was to do this now, I would use the .NET Standard version mentioned above. If it doesn't work right out of the box, it should be pretty straightforward to get it working. Much better than all the hacks I had to do.

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

No branches or pull requests

7 participants