我想将一个数组/对象作为 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
],
]