mirror of
https://git.yoomoney.ru/scm/sdk/yookassa-sdk-php.git
synced 2026-09-14 20:06:16 +00:00
Update 02-payments.md
This commit is contained in:
@@ -154,19 +154,15 @@ try {
|
||||
array(
|
||||
'account_id' => 123456,
|
||||
'amount' => array(
|
||||
array(
|
||||
'value' => 1000,
|
||||
'currency' => \YooKassa\Model\CurrencyCode::RUB
|
||||
)
|
||||
'value' => 1000,
|
||||
'currency' => \YooKassa\Model\CurrencyCode::RUB
|
||||
),
|
||||
),
|
||||
array(
|
||||
'account_id' => 654321,
|
||||
'amount' => array(
|
||||
array(
|
||||
'value' => 2000,
|
||||
'currency' => \YooKassa\Model\CurrencyCode::RUB
|
||||
)
|
||||
'value' => 2000,
|
||||
'currency' => \YooKassa\Model\CurrencyCode::RUB
|
||||
),
|
||||
)
|
||||
));
|
||||
@@ -338,4 +334,4 @@ try {
|
||||
var_dump($response);
|
||||
}
|
||||
```
|
||||
[Подробнее о работе со списками](https://yookassa.ru/developers/using-api/lists)
|
||||
[Подробнее о работе со списками](https://yookassa.ru/developers/using-api/lists)
|
||||
|
||||
Reference in New Issue
Block a user