Skip to content

Commit

Permalink
add disableEdit offramp parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
sumxu96 committed Nov 7, 2024
1 parent 6025d23 commit bb8357c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [2.3.1] - 2024-11-07
- Add `disableEdit` offramp parameter

## [2.3.0] - 2024-10-21
- Add Offramp support with `generateOffRampURL` and `initOffRamp` functions

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coinbase/cbpay-js",
"repository": "https://github.com/coinbase/cbpay-js",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/types/offramp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export type OffRampAggregatorAppParams = {
defaultCashoutMethod?: string; // "CRYPTO_WALLET" | "FIAT_WALLET" | "CARD" | "ACH_BANK_ACCOUNT" | "PAYPAL"
presetFiatAmount?: number;
fiatCurrency?: string;
disableEdit?: boolean;
};

export type OffRampAppParams =
Expand Down

0 comments on commit bb8357c

Please sign in to comment.