Skip to content

Commit 8dc298e

Browse files
alexviquezrogelioLpz
authored andcommitted
Line to long
1 parent e7a3ece commit 8dc298e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

cuenca/resources/bank_account_validation.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,20 @@ class BankAccountValidation(Creatable, Retrievable):
2626
class Config:
2727
fields = {
2828
'account_number': {
29-
'description': 'Account number for validation, can be CARD_NUMBER or CLABE'
29+
'description': 'Account number for validation, '
30+
'can be CARD_NUMBER or CLABE'
3031
},
3132
'account_holder': {
3233
'description': 'The fullname of the owner from the account'
3334
},
3435
'bank_code': {
35-
'description': 'Code of the bank according to https://es.wikipedia.org/wiki/CLABE, this can '
36-
'be retrived from our library https://github.com/cuenca-mx/clabe-python'
36+
'description': 'Code of the bank according to '
37+
'https://es.wikipedia.org/wiki/CLABE, this can be retrived from our '
38+
'library https://github.com/cuenca-mx/clabe-python'
3739
},
3840
'status': {
39-
'description': 'Initial status is submitted, then if everthing its fine or not the status can be '
40-
'succeeded or failed'
41+
'description': 'Initial status is submitted, then if everthing '
42+
'its fine or not the status can be succeeded or failed'
4143
},
4244
}
4345
schema_extra = {

0 commit comments

Comments
 (0)