generated from PenaSide/GolangTemplate
fix: bank_card 2 bankCard in models
This commit is contained in:
parent
4691e3c2cd
commit
4174fa2cb3
@ -31,7 +31,7 @@ type BankCard struct {
|
|||||||
type PaymentType string
|
type PaymentType string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
PaymentTypeBankCard PaymentType = "bank_сard"
|
PaymentTypeBankCard PaymentType = "bankCard"
|
||||||
PaymentTypeTinkoff PaymentType = "tinkoffBank"
|
PaymentTypeTinkoff PaymentType = "tinkoffBank"
|
||||||
PaymentTypeSberPay PaymentType = "sberbank"
|
PaymentTypeSberPay PaymentType = "sberbank"
|
||||||
PaymentTypeYoomoney PaymentType = "yoomoney"
|
PaymentTypeYoomoney PaymentType = "yoomoney"
|
||||||
|
Loading…
Reference in New Issue
Block a user