При добавлении в таблицу через DataGrip ошибка (MongoDB)
Пытаюсь добавить запись в таблицу MongoDb через DataGrip, возникает ошибка:
java.lang.Exception: TypeError: Cannot read property 'mobilePaymentOrder' of undefined TypeError: Cannot read property 'mobilePaymentOrder' of undefined at user_script:1:1 at ShellEvaluator. (all-standalone.js:86562:36) at step (all-standalone.js:86495: ...
Сам запрос
db.acquiring.sberbank.mobilePaymentOrder.insert({
"_id": "9999999",
"_class": "ru..platezhka.server.test.Test",
"account": {"$ref" : "account", "$id" : "9999999"},
"amount": 404,
"isAutoPayment": false,
"mobilePaymentSystem": 1
})