q #478

Merged
tech merged 1 commits from q-477 into main 2026-02-12 12:44:27 +00:00

View File

@@ -6,7 +6,7 @@ import (
"github.com/tech/sendico/pkg/server"
)
// Create initialises the payment quotation server implementation.
// Create initialises the payment quotation server implementation
func Create(logger mlogger.Logger, file string, debug bool) (server.Application, error) {
return serverimp.Create(logger, file, debug)
}