@@ -128,7 +128,7 @@ def create_contribution_contract_flow(lensman):  | 
            ||
| 128 | 128 | 
                     Approvers = [{
               | 
            
| 129 | 129 | 
                "ApproverType": 1,  | 
            
| 130 | 130 | 
                "Required": True,  | 
            
| 131 | 
                - "NotifyType": None,  | 
            |
| 131 | 
                + "NotifyType": 'SMS',  | 
            |
| 132 | 132 | 
                "ApproverMobile": lensman.phone,  | 
            
| 133 | 133 | 
                "ApproverName": lensman.identity_card_name,  | 
            
| 134 | 134 | 
                "ApproverIdCardType": "ID_CARD",  |