Skip to content

Commit

Permalink
remove dead line
Browse files Browse the repository at this point in the history
  • Loading branch information
TibebeJS committed Jan 2, 2021
1 parent ee2bf75 commit c35e37a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checkout/chkout.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ func (self *YenePayCheckOut) RequestPDT(pdtReq PdtRequestModel) (interface{}, er
defer resp.Body.Close()

var result map[string]interface{}
json.NewDecoder(resp.Body).Decode(&result)

err = json.NewDecoder(resp.Body).Decode(&result)

Expand Down

0 comments on commit c35e37a

Please sign in to comment.