add geocoding pricing

This commit is contained in:
Asim Aslam
2021-05-27 17:37:04 +01:00
parent d5223317a7
commit 3a77fc86ff

View File

@@ -1,5 +1,9 @@
{ {
"name": "geocoding", "name": "geocoding",
"icon": "🏠", "icon": "🏠",
"category": "logistics" "category": "logistics",
"pricing": {
"lookup": 100,
"reverse": 100
}
} }