File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## [ 2.4.0] - 2024-11-08
6
+ - Add ` disableEdit ` offramp parameter
7
+
5
8
## [ 2.3.0] - 2024-10-21
6
9
- Add Offramp support with ` generateOffRampURL ` and ` initOffRamp ` functions
7
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coinbase/cbpay-js" ,
3
3
"repository" : " https://github.com/coinbase/cbpay-js" ,
4
- "version" : " 2.3 .0" ,
4
+ "version" : " 2.4 .0" ,
5
5
"license" : " MIT" ,
6
6
"main" : " dist/index.js" ,
7
7
"module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export type OffRampAggregatorAppParams = {
48
48
defaultCashoutMethod ?: string ; // "CRYPTO_WALLET" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
49
49
presetFiatAmount ?: number ;
50
50
fiatCurrency ?: string ;
51
+ disableEdit ?: boolean ;
51
52
} ;
52
53
53
54
export type OffRampAppParams =
You can’t perform that action at this time.
0 commit comments