Merge branch 'master' into pointer

This commit is contained in:
Radu Ioan Fericean
2016-02-16 22:48:04 +02:00
6 changed files with 53 additions and 10 deletions

View File

@@ -28,6 +28,8 @@ var (
ErrUnauthorizedDestination = errors.New("UNAUTHORIZED_DESTINATION")
ErrRatingPlanNotFound = errors.New("RATING_PLAN_NOT_FOUND")
ErrAccountNotFound = errors.New("ACCOUNT_NOT_FOUND")
ErrUserNotFound = errors.New("USER_NOT_FOUND")
ErrCreditInsufficient = errors.New("CREDIT_INSUFFICIENT")
)
const (