Paypal paiment model

This commit is contained in:
Paul Schneider 2017-05-07 22:12:04 +02:00
commit 7b9078c6da
9 changed files with 2305 additions and 14 deletions

View file

@ -43,6 +43,7 @@ namespace Yavsc.ApiControllers
execution.transactions = payment.transactions;
result = payment.Execute(apiContext,execution);
});
return Ok(result);
}