Aprouver le paiement

This commit is contained in:
Paul Schneider 2017-05-15 13:36:14 +02:00
commit 3cf200cfc7
22 changed files with 4608 additions and 39 deletions

View file

@ -62,7 +62,7 @@ namespace Yavsc.ApiControllers
}
[HttpPost("create"),AllowAnonymous]
public async Task<IActionResult> Create()
public IActionResult Create()
{
var apiContext = paymentSettings.CreateAPIContext();
Payment result=apiContext.CreatePayment(new Estimate());