We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7f60b commit bb027f8Copy full SHA for bb027f8
1 file changed
lob_python/model/letter.py
@@ -97,12 +97,12 @@ class Letter(ModelNormal):
97
}
98
99
validations = {
100
- ('file_template_id',): {
+ ('template_id',): {
101
'regex': {
102
'pattern': r'^tmpl_[a-zA-Z0-9]+$', # noqa: E501
103
},
104
105
- ('file_template_version_id',): {
+ ('template_version_id',): {
106
107
'pattern': r'^vrsn_[a-zA-Z0-9]+$', # noqa: E501
108
0 commit comments