Skip to content

Commit

Permalink
Add flow_id to IApplicationState
Browse files Browse the repository at this point in the history
  • Loading branch information
TimeBones committed Mar 6, 2024
1 parent 02ba8c7 commit 3e9b2b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/apiInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ export interface IApplicationState {
is_processed: boolean;
created_via: string;
fees: Array<IFees>;
flow_id: string | null;
}

export interface IOrderMetaData {
Expand Down

0 comments on commit 3e9b2b8

Please sign in to comment.