Skip to content

Commit

Permalink
trivial: Fix comment (#317)
Browse files Browse the repository at this point in the history
* fix param comment

* change ach
  • Loading branch information
sumxu96 authored Oct 30, 2024
1 parent 4dd97cd commit 6025d23
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_BANK_ACCOUNT" | "PAYPAL"
presetFiatAmount?: number;
fiatCurrency?: string;
};
Expand Down

0 comments on commit 6025d23

Please sign in to comment.