Block a user
	
				
				
					PIN confirmation problem in send
					
					
						
					
				
			
			After comparing execution on cmd/main.go and cmd/async/main.go, it has been noted that LOAD statements are being executed each time they are encountered, causing the menu to display some nodes…
				
				
					AT sometimes asks for things twice
					
					
						
					
				
			
			Noted that this now occurs on the menu, mostly related to PIN checks/authorize
				
				
					PIN confirmation problem in send
					
					
						
					
				
			
			I have done several tests on the "Send" node and "Change language". On the CLI, the menu flows without breaking. The rest either stall or return an error.
Running cmd/main.go <img width="584"…
				
				
					at-return-output
					
					
						
					
				
			
			Add a test please?
This has been done
I have also moved the mocks package for easier usage
				
				
					AT should not return CON on status != 200
					
					
						
					
				
			
			This was occurring since an error in the GetSessionId was not being returned, and the code was being executed till the end.
I have added a return statement to resolve this.
Also set the…