Skip to content

Commit a223b6c

Browse files
authored
Remove useles attribute (#796)
### Description Please explain the changes you made here. ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] All tests passing - [ ] Extended the documentation, if necessary
1 parent 82dc732 commit a223b6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/modules/cdr/schemas_cdr.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ class SignatureComplete(SignatureBase):
244244
class PaymentBase(BaseModel):
245245
total: int
246246
payment_type: PaymentType
247-
year: int
248247

249248

250249
class PaymentComplete(PaymentBase):

0 commit comments

Comments
 (0)