Skip to content

Commit

Permalink
chore: rename parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Majchrzak committed Jun 11, 2024
1 parent f53468b commit 23b19dc
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 @@ -80,7 +80,7 @@ export interface IHostConfig {
offrampWebhookV3Url?: TWebhookStatusUrl;
useSendCryptoCallback?: boolean;
paymentMethodType?: PaymentMethodType;
customExitButton?: boolean;
hideExitButton?: boolean;
}

export interface IHostConfigWithSdkParams extends Omit<IHostConfig, 'useSendCryptoCallback'> {
Expand Down

0 comments on commit 23b19dc

Please sign in to comment.