mirror of
https://github.com/yawaflua/spworlds-csharp-library.git
synced 2025-12-10 04:29:25 +02:00
Update README.md
This commit is contained in:
@@ -67,8 +67,11 @@ const url = await sp.InitPayment(
|
||||
```
|
||||
ИЛИ
|
||||
```cs
|
||||
PaymentData paymentData = JsonNode.Parse(Request.GetBody());
|
||||
const url = await sp.InitPayment(paymentData);
|
||||
public async Task<IActionResult> GetCreatePaymentFunction([FromBody] PaymentData paymentData)
|
||||
{
|
||||
const url = await sp.InitPayment(paymentData);
|
||||
// Ваша логика
|
||||
}
|
||||
```
|
||||
|
||||
### Перевод АРов на другую карту
|
||||
|
||||
Reference in New Issue
Block a user