Block a user
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"…
e754773bce
remove need for initial Exec before loop
63c7c65a00
rename all WriteResult to Flush
9925b3a2e5
use updated latest commit from go-vise 0.2.0
e6e701a609
remove init and use Exec
b66891a646
use latest commit from go-vise 0.2.0
at-return-output
Add a test please?
This has been done
I have also moved the mocks package for easier usage
f6979868e5
added at_session_handler tests
e8be64ae28
added http related mocks
e4d8bfad7b
moved the mocks package
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…