From 6c93fb76b11eacfbd44a27436ae0d6ea1a0bbcb8 Mon Sep 17 00:00:00 2001
From: alfred-mk <alfredmwaik@gmail.com>
Date: Fri, 11 Oct 2024 09:36:43 +0300
Subject: [PATCH] correctly added the flag and the flag count

---
 cmd/africastalking/main.go   | 2 +-
 cmd/async/main.go            | 2 +-
 cmd/http/main.go             | 2 +-
 cmd/main.go                  | 2 +-
 services/registration/pp.csv | 3 ++-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/cmd/africastalking/main.go b/cmd/africastalking/main.go
index c24c4b1..4dbf555 100644
--- a/cmd/africastalking/main.go
+++ b/cmd/africastalking/main.go
@@ -87,7 +87,7 @@ func main() {
 	cfg := engine.Config{
 		Root:       "root",
 		OutputSize: uint32(size),
-		FlagCount:  uint32(16),
+		FlagCount:  uint32(17),
 	}
 
 	if engineDebug {
diff --git a/cmd/async/main.go b/cmd/async/main.go
index 09236fd..eda54f8 100644
--- a/cmd/async/main.go
+++ b/cmd/async/main.go
@@ -60,7 +60,7 @@ func main() {
 	cfg := engine.Config{
 		Root:       "root",
 		OutputSize: uint32(size),
-		FlagCount:  uint32(16),
+		FlagCount:  uint32(17),
 	}
 
 	if engineDebug {
diff --git a/cmd/http/main.go b/cmd/http/main.go
index 6b868ed..3708f92 100644
--- a/cmd/http/main.go
+++ b/cmd/http/main.go
@@ -48,7 +48,7 @@ func main() {
 	cfg := engine.Config{
 		Root:       "root",
 		OutputSize: uint32(size),
-		FlagCount:  uint32(16),
+		FlagCount:  uint32(17),
 	}
 
 	if engineDebug {
diff --git a/cmd/main.go b/cmd/main.go
index 9db5e0a..b0cdb80 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -40,7 +40,7 @@ func main() {
 		Root:       "root",
 		SessionId:  sessionId,
 		OutputSize: uint32(size),
-		FlagCount:  uint32(16),
+		FlagCount:  uint32(17),
 	}
 
 	resourceDir := scriptDir
diff --git a/services/registration/pp.csv b/services/registration/pp.csv
index 2a7bb21..1391771 100644
--- a/services/registration/pp.csv
+++ b/services/registration/pp.csv
@@ -12,5 +12,6 @@ flag,flag_invalid_amount,18,this is set when the given transaction amount is inv
 flag,flag_incorrect_pin,19,this is set when the provided PIN is invalid or does not match the current account's PIN
 flag,flag_valid_pin,20,this is set when the given PIN is valid
 flag,flag_allow_update,21,this is set to allow a user to update their profile data
-flag,flag_incorrect_voucher,22,this is set when the selected voucher is invalid
+flag,flag_single_edit,22,this is set to allow a user to edit a single profile item such as year of birth
 flag,flag_incorrect_date_format,23,this is set when the given year of birth is invalid
+flag,flag_incorrect_voucher,24,this is set when the selected voucher is invalid