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
|
```cs
|
||||||
PaymentData paymentData = JsonNode.Parse(Request.GetBody());
|
public async Task<IActionResult> GetCreatePaymentFunction([FromBody] PaymentData paymentData)
|
||||||
const url = await sp.InitPayment(paymentData);
|
{
|
||||||
|
const url = await sp.InitPayment(paymentData);
|
||||||
|
// Ваша логика
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Перевод АРов на другую карту
|
### Перевод АРов на другую карту
|
||||||
|
|||||||
Reference in New Issue
Block a user