Remove geolocation

This commit is contained in:
Egor Cherniak 2022-04-12 15:33:52 +03:00
parent f5713658ec
commit a075c66b48
No known key found for this signature in database
GPG Key ID: 26F47333B7BE4ED9
3 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View File

@ -48,6 +48,7 @@ web_deploy/
.idea/vcs.xml
.idea/jsLibraryMappings.xml
*.iml
.DS_Store
# Sensitive or high-churn files:
.idea/dataSources.ids

View File

@ -1,12 +0,0 @@
description: Информация о геопозиции
type: object
required:
- cityGeoID
- countryGeoID
properties:
cityGeoID:
type: integer
format: int32
countryGeoID:
type: integer
format: int32

View File

@ -49,8 +49,6 @@ allOf:
$ref: '../schemas/Payer.yaml'
flow:
$ref: '../schemas/PaymentFlow.yaml'
geoLocationInfo:
$ref: '../schemas/GeoLocationInfo.yaml'
metadata:
description: Связанные с платежом метаданные
type: object