fixes
This commit is contained in:
@@ -18,6 +18,7 @@ func ClientError(err error) (msg string, ok bool) {
|
||||
errors.Is(err, ErrPlanNotFound),
|
||||
errors.Is(err, ErrAmountRequired),
|
||||
errors.Is(err, ErrStripeNotConfigured),
|
||||
errors.Is(err, ErrStripeSelfServeUnavailable),
|
||||
errors.Is(err, ErrStripePlanUnsupported),
|
||||
errors.Is(err, ErrStripePriceMissing),
|
||||
errors.Is(err, ErrStripeNoCustomer),
|
||||
|
||||
Reference in New Issue
Block a user