(20241213) Started accepting payment gateway auth details.
This commit is contained in:
@@ -89,7 +89,7 @@ class CoreAuthTokenModel(BaseModel):
|
||||
alias = "_id"
|
||||
)
|
||||
|
||||
serviceType: Literal["software", "email", "sms", "chat"] = Field(
|
||||
serviceType: Literal["software", "email", "sms", "chat", "paymentGateway"] = Field(
|
||||
description = "the kind of service this message was sent/received from",
|
||||
frozen = True
|
||||
)
|
||||
@@ -99,7 +99,7 @@ class CoreAuthTokenModel(BaseModel):
|
||||
"telegram", "whatsapp", # .................. Chat Clients
|
||||
"nimbusSmsIndia", "savvyBulkSmsKenya", # ... SMS Clients
|
||||
"razorpay", "safaricomMPesaExpress", # ..... Payment Gateways
|
||||
"theCaOfficeAi" # .......................... God knows, don't ask.
|
||||
"theCaOfficeAi" # .......................... Software
|
||||
] = Field(
|
||||
description = "the third-part client that was used",
|
||||
frozen = True
|
||||
|
||||
Reference in New Issue
Block a user