sends a first PayPal Api call

This commit is contained in:
2017-05-12 16:29:47 +02:00
parent fd0b08d74a
commit 48bd22ca72
13 changed files with 2302 additions and 44 deletions

View File

@ -40,7 +40,7 @@ namespace Yavsc.Helpers
string evdate = query.EventDate?.ToString("dddd dd/MM/yyyy à HH:mm")??"[pas de date spécifiée]";
string address = query.Location?.Address??"[pas de lieu spécifié]";
var p = query.Prestation;
decimal total = query.Addition();
decimal total = query.GetBillItems().Addition();
string strprestation = $@"Coupe: {p.Cut}, Total: {total}";
var yaev = new HairCutQueryEvent