Skip to content

Commit 6025d23

Browse files
authored
trivial: Fix comment (#317)
* fix param comment * change ach
1 parent 4dd97cd commit 6025d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/offramp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export type OffRampAggregatorAppParams = {
4545
quoteId?: string;
4646
defaultAsset?: string;
4747
defaultNetwork?: string;
48-
defaultCashoutMethod?: string; // "CRYPTO_ACCOUNT" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
48+
defaultCashoutMethod?: string; // "CRYPTO_WALLET" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
4949
presetFiatAmount?: number;
5050
fiatCurrency?: string;
5151
};

0 commit comments

Comments
 (0)