added ForceDuration on MaxDebit

This commit is contained in:
Radu Ioan Fericean
2016-02-23 22:16:50 +02:00
parent ebe05d3863
commit 4f0efea0dd
3 changed files with 43 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ var (
ErrRatingPlanNotFound = errors.New("RATING_PLAN_NOT_FOUND")
ErrAccountNotFound = errors.New("ACCOUNT_NOT_FOUND")
ErrUserNotFound = errors.New("USER_NOT_FOUND")
ErrCreditInsufficient = errors.New("CREDIT_INSUFFICIENT")
ErrInsufficientCredit = errors.New("INSUFFICENT_CREDIT")
)
const (