Skip to content

Commit 80a5c49

Browse files
author
Andres Hernandez
committed
Sending or retreiving RFC is not mandatory
1 parent 7935205 commit 80a5c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuenca/resources/limited_wallets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class LimitedWallet(Wallet):
1515
_resource: ClassVar = 'limited_wallets'
1616
_query_params: ClassVar = AccountQuery
1717
account_number: Clabe
18-
allowed_rfc: Rfc
18+
allowed_rfc: Optional[Rfc]
1919
allowed_curp: CurpField
2020

2121
@classmethod

0 commit comments

Comments
 (0)