Здравствуйте. Не работает юкасса с коробки. Ничего не делал, кроме как ввёл логин и api для модуля. Ниже прикрепляю ответ ошибки 400 от юкассы. Не передаёт параметр payment_subject , какой именно параметр не могу понять. Кто сталкивался? помогите пожалуйста .Версия cs cart 4/16/1
{
"type": "error",
"id": "ec5a9231-2ba3-4daa-a234-d71e3c270009",
"code": "invalid_request",
"description": "invalid_request.receipt.items.payment_subject_is_empty",
"parameter": "receipt"
}
Вот тело запроса
idempotence-key: ‘*************************************’ content-type: ‘application/json’
{
"amount": {
"value": "83.20",
"currency": "RUB"
},
"description": "Номер заказа: 12773",
"receipt": {
"items": [
{
"description": "Стекло камеры для Huawei Honor 30 (черный)",
"quantity": 1,
"amount": {
"value": "80.00",
"currency": "RUB"
},
"vat_code": 1,
"payment_mode": "full_prepayment"
},
{
"description": "test",
"quantity": 1,
"amount": {
"value": "3.20",
"currency": "RUB"
},
"vat_code": 1,
"payment_mode": "full_prepayment"
}
],
"customer": {
"email": "prince@mail.ru",
"phone": "***"
}
},
"confirmation": {
"type": "redirect",
"return_url": "https://gsmcm.ru/yoomoney/return_to_store/12773"
},
"metadata": {
"order_id": "12773"
},
"capture": true
}