Aprouver le paiement
This commit is contained in:
parent
b3d5233d90
commit
3cf200cfc7
22 changed files with 4608 additions and 39 deletions
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue