quotation service fixed
This commit is contained in:
@@ -28,8 +28,8 @@ func (r *PaymentRoute) Normalize() {
|
||||
if r == nil {
|
||||
return
|
||||
}
|
||||
r.FromRail = Rail(strings.ToUpper(strings.TrimSpace(string(r.FromRail))))
|
||||
r.ToRail = Rail(strings.ToUpper(strings.TrimSpace(string(r.ToRail))))
|
||||
r.FromRail = normalizeRail(r.FromRail)
|
||||
r.ToRail = normalizeRail(r.ToRail)
|
||||
r.Network = strings.ToUpper(strings.TrimSpace(r.Network))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user