Skip to content

Commit

Permalink
fix param comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sumxu96 committed Oct 30, 2024
1 parent 4dd97cd commit 3405de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/offramp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type OffRampAggregatorAppParams = {
quoteId?: string;
defaultAsset?: string;
defaultNetwork?: string;
defaultCashoutMethod?: string; // "CRYPTO_ACCOUNT" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
defaultCashoutMethod?: string; // "CRYPTO_WALLET" | "FIAT_WALLET" | "CARD" | "ACH" | "PAYPAL"
presetFiatAmount?: number;
fiatCurrency?: string;
};
Expand Down

0 comments on commit 3405de8

Please sign in to comment.