Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSang999 committed Jul 28, 2022
1 parent 9e53601 commit d4746c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion golang/src/QuickPay/QuickPay.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit d4746c5

Please sign in to comment.