Update 02-payments.md

This commit is contained in:
enotocode
2021-05-19 23:05:00 +08:00
committed by GitHub
parent 9044afb978
commit c249da3402
+5 -9
View File
@@ -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)