diff --git a/craftgate/response/merchant_pos_response.py b/craftgate/response/merchant_pos_response.py index 17db6f8..ee26877 100644 --- a/craftgate/response/merchant_pos_response.py +++ b/craftgate/response/merchant_pos_response.py @@ -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, @@ -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