mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
OPS-161: Revert legacy payment_system_is to BankCardConditionDefinition
(#52)
This reverts commit 09e7a75668
.
This commit is contained in:
parent
e3931485a2
commit
4e82c2431a
@ -2591,27 +2591,6 @@ struct BankCardCondition {
|
||||
3: optional BankCardConditionDefinition definition
|
||||
}
|
||||
|
||||
// deprecated completely never use
|
||||
enum LegacyBankCardPaymentSystem {
|
||||
visa
|
||||
mastercard
|
||||
visaelectron
|
||||
maestro
|
||||
forbrugsforeningen
|
||||
dankort
|
||||
amex
|
||||
dinersclub
|
||||
discover
|
||||
unionpay
|
||||
jcb
|
||||
nspkmir
|
||||
elo
|
||||
rupay
|
||||
ebt
|
||||
dummy // Несуществующая платежная система для использования в непродовом окружении
|
||||
uzcard
|
||||
}
|
||||
|
||||
union BankCardConditionDefinition {
|
||||
2: BankRef issuer_bank_is
|
||||
3: PaymentSystemCondition payment_system
|
||||
@ -2619,8 +2598,8 @@ union BankCardConditionDefinition {
|
||||
5: bool empty_cvv_is
|
||||
6: BankCardCategoryRef category_is
|
||||
|
||||
// deprecated
|
||||
1: LegacyBankCardPaymentSystem payment_system_is
|
||||
// Reserved
|
||||
// 1
|
||||
}
|
||||
|
||||
struct PaymentSystemCondition {
|
||||
|
Loading…
Reference in New Issue
Block a user