Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Sep 18, 2024
1 parent 5d610ce commit d7e0856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uma-server/vasp2.go
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ func (v *Vasp2) handleCreateAndSendInvoice(context *gin.Context) {

resp, err := http.Get(url)
if err != nil {
fmt.Println("Error making GET request:", err)
fmt.Println("Error fetching sending VASP configuration:", err)
return
}
defer resp.Body.Close()
Expand Down

0 comments on commit d7e0856

Please sign in to comment.