Skip to content

Commit

Permalink
fix: Fix type of recurring_prices in GeneratePaylinkBody (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Merott authored Jun 22, 2023
1 parent 576b408 commit 45b3a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export interface GeneratePaylinkBody {
product_id?: number;
quantity_variable?: number;
quantity?: number;
recurring_prices?: string;
recurring_prices?: Array<string>;
return_url?: string;
title?: string;
trial_days?: number;
Expand Down

0 comments on commit 45b3a1a

Please sign in to comment.