Skip to content

Commit

Permalink
Update Iris Sandbox Base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikamaheva committed Feb 15, 2019
1 parent 56b302e commit 97ee852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envtype.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (e EnvironmentType) IrisURL() string {
if Production == e {
return "https://app.midtrans.com/iris"
} else if Sandbox == e {
return "https://iris.sandbox.midtrans.com"
return "https://app.sandbox.midtrans.com/iris/api"
}
return "undefined"
}

0 comments on commit 97ee852

Please sign in to comment.