Skip to content

Commit

Permalink
fix type (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielen-meli authored Aug 28, 2024
1 parent 2cd021d commit 6c33b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/payment/create/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export declare type PaymentCreateData = {

export declare type PaymentCreateRequest = {
additional_info?: AdditionalInfo,
application_fee?: string,
application_fee?: number,
binary_mode?: boolean,
callback_url?: string,
campaign_id?: string,
Expand Down

0 comments on commit 6c33b4f

Please sign in to comment.