Skip to content

Commit

Permalink
Add 'ongoing subscriptions for token' error (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdp88 authored Nov 7, 2024
1 parent c459255 commit 85fa7f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/errors/APIError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ export enum ResponseErrorCode {
MustContainPlatformCurrency = "MUST_CONTAIN_PLATFORM_CURRENCY",
CurrencyMustBeInAmountsList = "CURRENCY_MUST_BE_IN_AMOUNTS_LIST",
NumberMin = "NUMBER_MIN",
UnfinishedChargeExistForToken = "UNFINISHED_CHARGES_EXIST_FOR_TOKEN",
UnfinishedChargesExistForToken = "UNFINISHED_CHARGES_EXIST_FOR_TOKEN",
OngoingSubscriptionsExistForToken = "ONGOING_SUBSCRIPTIONS_EXIST_FOR_TOKEN",

BrandNotDefined = "BRAND_NOT_DEFINED",

Expand Down

0 comments on commit 85fa7f7

Please sign in to comment.