mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
ED-103/feat: Remove hard-coded enumerations for entities
This commit is contained in:
parent
5858688379
commit
5e68272976
3
Makefile
3
Makefile
@ -40,6 +40,9 @@ build:
|
|||||||
start:
|
start:
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
|
test:
|
||||||
|
npm run test
|
||||||
|
|
||||||
# wercker
|
# wercker
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
description: Платежная система
|
description: Платежная система (visa, mastercard, и др.)
|
||||||
type: string
|
type: string
|
||||||
enum:
|
# enum:
|
||||||
- visa
|
# - visa
|
||||||
- mastercard
|
# - mastercard
|
||||||
- visaelectron
|
# - visaelectron
|
||||||
- maestro
|
# - maestro
|
||||||
- forbrugsforeningen
|
# - forbrugsforeningen
|
||||||
- dankort
|
# - dankort
|
||||||
- amex
|
# - amex
|
||||||
- dinersclub
|
# - dinersclub
|
||||||
- discover
|
# - discover
|
||||||
- unionpay
|
# - unionpay
|
||||||
- jcb
|
# - jcb
|
||||||
- nspkmir
|
# - nspkmir
|
||||||
- elo
|
# - elo
|
||||||
- rupay
|
# - rupay
|
||||||
- dummy
|
# - dummy
|
||||||
- uzcard
|
# - uzcard
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
description: Провайдер платежных токенов
|
description: Провайдер платежных токенов (applepay, googlepay и др.)
|
||||||
type: string
|
type: string
|
||||||
enum:
|
# enum:
|
||||||
- applepay
|
# - applepay
|
||||||
- googlepay
|
# - googlepay
|
||||||
- samsungpay
|
# - samsungpay
|
||||||
- yandexpay
|
# - yandexpay
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
description: Тип криптовалюты
|
description: Тип криптовалюты (напр. bitcoint, liteсoin и др.)
|
||||||
type: string
|
type: string
|
||||||
enum:
|
# enum:
|
||||||
- bitcoin
|
# - bitcoin
|
||||||
- litecoin
|
# - litecoin
|
||||||
- bitcoinCash
|
# - bitcoinCash
|
||||||
- ripple
|
# - ripple
|
||||||
- ethereum
|
# - ethereum
|
||||||
- zcash
|
# - zcash
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
description: Провайдер электронных денежных средств
|
description: Провайдер электронных денежных средств (напр. qiwi)
|
||||||
type: string
|
type: string
|
||||||
enum:
|
# enum:
|
||||||
- qiwi
|
# - qiwi
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
description: Оператор сотовой связи
|
description: Оператор сотовой связи (mts, beeline и др.)
|
||||||
type: string
|
type: string
|
||||||
enum:
|
# enum:
|
||||||
- mts
|
# - mts
|
||||||
- beeline
|
# - beeline
|
||||||
- megafone
|
# - megafone
|
||||||
- tele2
|
# - tele2
|
||||||
- yota
|
# - yota
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
description: Провайдер терминальной сети
|
description: Провайдер терминальной сети (euroset, alipay и др.)
|
||||||
type: string
|
type: string
|
||||||
enum:
|
# enum:
|
||||||
- euroset
|
# - euroset
|
||||||
- alipay
|
# - alipay
|
||||||
- wechat
|
# - wechat
|
||||||
- zotapay
|
# - zotapay
|
||||||
- qps
|
# - qps
|
||||||
- uzcard
|
# - uzcard
|
||||||
- rbs
|
# - rbs
|
||||||
|
Loading…
Reference in New Issue
Block a user