Skip to content

.NET SDK for developing merchant applications which accept 18app vouchers

License

Notifications You must be signed in to change notification settings

italia/18app-dotnet-sdk

Repository files navigation

18app-dotnet-sdk

.NET SDK for developing applications which accept 18app vouchers (retails and stores).

Esempio

var codice = "abcdefg";
var voucher = new Voucher { Codice = codice };
var result = await voucher.VerificaAsync();
result = await voucher.ImpegnaAsync();
var res = await voucher.ConfermaAsync(1.0);
if (res)
    Console.WriteLine("Successo :-)");

Roadmap

Stato:

  • Api
  • Documentazione inline
  • Applicazione di esempio
  • Interprete per i soap fault.
  • Documentazione markdown e README
  • Test estensivi
  • Pacchetto Nuget

Commenti

Installare i due .cer come Trusted CA in Local Machine;
Installare il p12 di prova come Personal in Local Machine;
Far girare Visual Studio (o la app) come Amministratore

About

.NET SDK for developing merchant applications which accept 18app vouchers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages