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 22
33All notable changes to this project will be documented in this file.
44
5+ ## [ 2.4.0] - 2024-11-08
6+ - Add ` disableEdit ` offramp parameter
7+
58## [ 2.3.0] - 2024-10-21
69- Add Offramp support with ` generateOffRampURL ` and ` initOffRamp ` functions
710
Original file line number Diff line number Diff line change 11{
22 "name" : " @coinbase/cbpay-js" ,
33 "repository" : " https://github.com/coinbase/cbpay-js" ,
4- "version" : " 2.3 .0" ,
4+ "version" : " 2.4 .0" ,
55 "license" : " MIT" ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ export type OffRampAggregatorAppParams = {
4848 defaultCashoutMethod ?: string ; // "CRYPTO_WALLET" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
4949 presetFiatAmount ?: number ;
5050 fiatCurrency ?: string ;
51+ disableEdit ?: boolean ;
5152} ;
5253
5354export type OffRampAppParams =
You can’t perform that action at this time.
0 commit comments