Skip to content

Commit

Permalink
payment dry-run (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilalh authored Feb 7, 2025
1 parent 8846626 commit c232d28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "method-node",
"version": "1.1.8",
"version": "1.1.9",
"description": "Node.js library for the Method API",
"main": "dist/index.ts",
"module": "dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/resources/Payment/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface IPaymentCreateOpts {
description: string;
metadata?: {};
fee?: IPaymentFee;
dry_run?: boolean;
};

export interface IPaymentListOpts extends IResourceListOpts {
Expand Down

0 comments on commit c232d28

Please sign in to comment.