diff --git a/golang/src/QuickPay/QuickPay.go b/golang/src/QuickPay/QuickPay.go index 4c154b4..8f618da 100644 --- a/golang/src/QuickPay/QuickPay.go +++ b/golang/src/QuickPay/QuickPay.go @@ -143,7 +143,7 @@ func main() { //result var result map[string]interface{} json.NewDecoder(resp.Body).Decode(&result) - fmt.Println("Response from Momo: ", result) + fmt.Println("response from Momo: ", result) fmt.Println() fmt.Println()