Я хочу отправить массив / объект на домофон как custom_attribute, но он показывает ошибку [code] => nested_custom_attributes [message] => Cannot submit an object as a custom attribute value )
.
Пример кода:
"custom_attributes" => [
"payment_methods" => [
"paypal" => false,
"stripe" => false,
"payoneer" => false
],
]