Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions craftgate/response/merchant_pos_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(
terminal_id: Optional[str] = None,
threeds_posnet_id: Optional[str] = None,
threeds_terminal_id: Optional[str] = None,
threeds_key: Optional[str] = None,
threeds_path: Optional[str] = None,
enable_foreign_card: Optional[bool] = None,
enable_installment: Optional[bool] = None,
Expand Down Expand Up @@ -59,7 +58,6 @@ def __init__(
self.terminal_id = terminal_id
self.threeds_posnet_id = threeds_posnet_id
self.threeds_terminal_id = threeds_terminal_id
self.threeds_key = threeds_key
self.threeds_path = threeds_path
self.enable_foreign_card = enable_foreign_card
self.enable_installment = enable_installment
Expand Down
Loading