Skip to content

Commit d4ab773

Browse files
committed
hotfix: max transformToFormData option in ProviderAPIConfig
1 parent 89bc57f commit d4ab773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface ProviderAPIConfig {
5050
gatewayRequestBody: Params;
5151
}) => string;
5252
/** A function to determine if the request body should be transformed to form data */
53-
transformToFormData: (args: { gatewayRequestBody: Params }) => boolean;
53+
transformToFormData?: (args: { gatewayRequestBody: Params }) => boolean;
5454
}
5555

5656
export type endpointStrings =

0 commit comments

Comments
 (0)