rewored monetix gateawy to port 8084
This commit is contained in:
@@ -226,7 +226,7 @@ type callbackRuntimeConfig struct {
|
||||
func (i *Imp) resolveCallbackConfig(cfg callbackConfig) (callbackRuntimeConfig, error) {
|
||||
addr := strings.TrimSpace(cfg.Address)
|
||||
if addr == "" {
|
||||
addr = ":8080"
|
||||
addr = ":8084"
|
||||
}
|
||||
path := strings.TrimSpace(cfg.Path)
|
||||
if path == "" {
|
||||
|
||||
Reference in New Issue
Block a user