menu-options-help #53

Closed
carlos wants to merge 36 commits from menu-options-help into master
Member

This PR implements the help option on the ussd.

This PR implements the help option on the ussd.
carlos added 36 commits 2024-09-14 16:11:42 +02:00
lash requested changes 2024-09-14 16:34:57 +02:00
lash left a comment
Owner

it looks like code not pertaining to help is also in here. please remove.

it looks like code not pertaining to help is also in here. please remove.
@ -188,6 +194,48 @@ func (h *Handlers) CreateAccount(ctx context.Context, sym string, input []byte)
return res, nil
}
func (h *Handlers) SaveTemporaryPin(ctx context.Context, sym string, input []byte) (resource.Result, error) {
Owner

this code does not belong to help, right?

this code does not belong to help, right?
carlos closed this pull request 2024-09-14 19:12:10 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: urdt/ussd#53
No description provided.