Skip to content

Commit 1dafe04

Browse files
authored
Fix typo error for pathBusinessVirtualCard (#294)
1 parent 556853a commit 1dafe04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/models/card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def __init__(self, card_id: str, address: Optional[Address] = None, phone: Optio
335335
self.limits = limits
336336

337337
def to_json_api(self, _type: str = "businessVirtualDebitCard") -> Dict:
338-
return super().to_payload(_type, igonre=["card_id"])
338+
return super().to_payload(_type, ignore=["card_id"])
339339

340340

341341
class PatchBusinessVirtualDebitCard(PatchBusinessVirtualCard):

0 commit comments

Comments
 (0)