Skip to content

Commit

Permalink
Change to period + missing doc on existing min/max
Browse files Browse the repository at this point in the history
  • Loading branch information
flinkgutt committed Mar 7, 2024
1 parent 678338c commit 26622ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/apis/types/recurring_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export type RecurringCreateChargeV3 = {
/**
* This field is visible to the end user in-app
* @min 1
* @max 45
* @max 60
* @example "Månedsabonnement"
*/
description: string;
Expand Down Expand Up @@ -654,6 +654,8 @@ export type RecurringInitialChargeV3 = {
amount: number;
/**
* This field is visible to the end user in-app
* @min 1
* @max 60
* @example "Månedsabonnement"
*/
description: string;
Expand Down

0 comments on commit 26622ac

Please sign in to comment.