creditsafe
This commit is contained in:
@@ -1010,7 +1010,7 @@ Public Class cCreditSafeAPI
|
||||
|
||||
Shared Function calculatedBonIndexFromBonScore(score As Object, ByRef riskClass As String) As Double
|
||||
|
||||
If score Is Nothing OrElse score = "" OrElse Not IsNumeric(score) Then Return -1
|
||||
If score Is Nothing OrElse Not IsNumeric(score) Then Return -1
|
||||
|
||||
Select Case score
|
||||
Case 91 To 100
|
||||
|
||||
Reference in New Issue
Block a user