From 6c33b4f2d4bdf1d6689645ac13d8b4fbb1062e0f Mon Sep 17 00:00:00 2001 From: Danielen Cestari Nunes Date: Wed, 28 Aug 2024 12:45:00 -0300 Subject: [PATCH] fix type (#340) --- src/clients/payment/create/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clients/payment/create/types.ts b/src/clients/payment/create/types.ts index bc56b0a..3a20497 100644 --- a/src/clients/payment/create/types.ts +++ b/src/clients/payment/create/types.ts @@ -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,