From 5ed7cbd40a1b90337aafb1cb73c7c9e3d1db979e Mon Sep 17 00:00:00 2001 From: Alfred Kamanda Date: Mon, 9 Feb 2026 14:14:44 +0300 Subject: [PATCH] update the Mpesa response once someone requests for a withdrawal --- handlers/application/mpesa.go | 3 +-- services/registration/locale/swa/default.po | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/handlers/application/mpesa.go b/handlers/application/mpesa.go index 876cd95..695c0e2 100644 --- a/handlers/application/mpesa.go +++ b/handlers/application/mpesa.go @@ -387,11 +387,10 @@ func (h *MenuHandlers) InitiateGetMpesa(ctx context.Context, sym string, input [ logg.InfoCtxf(ctx, "TokenTransfer normal", "trackingId", tokenTransfer.TrackingId) - res.Content = l.Get("Your request has been sent. You will receive ~ %s ksh", data.TemporaryValue) + res.Content = l.Get("Your request has been sent. Please await confirmation") res.FlagReset = append(res.FlagReset, flag_account_authorized) return res, nil - } swapAmount, err := userStore.ReadEntry(ctx, sessionId, storedb.DATA_ACTIVE_SWAP_AMOUNT) diff --git a/services/registration/locale/swa/default.po b/services/registration/locale/swa/default.po index 911acd7..21d30ce 100644 --- a/services/registration/locale/swa/default.po +++ b/services/registration/locale/swa/default.po @@ -61,8 +61,8 @@ msgstr "Weka kiasi cha M-Pesa cha kupata: (Kikomo %s Ksh)\n" msgid "You are sending %s %s in order to receive ~ %s ksh" msgstr "Unatuma ~ %s %s ili upoke %s ksh" -msgid "Your request has been sent. You will receive ~ %s ksh" -msgstr "Ombi lako limetumwa. Utapokea ~ %s ksh" +msgid "Your request has been sent. Please await confirmation" +msgstr "Ombi lako limetumwa. Tafadhali subiri" msgid "Enter the amount of M-Pesa to send: (Minimum %s Ksh)\n" msgstr "Weka kiasi cha M-Pesa cha kutuma: (Kima cha chini %s Ksh)\n"