Skip to content

Commit

Permalink
common: change bigint to number
Browse files Browse the repository at this point in the history
  • Loading branch information
kayleegeorge committed Oct 3, 2024
1 parent c17600f commit 7d1ed5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/daimo-common/src/daimoPay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export type DaimoPayDehydratedOrder = {
paymentOptionsJson: string;
redirectUri: string | null;
orgId: UUID | null;
createdAt: number;
};

export type DaimoPayHydratedOrder = {
Expand All @@ -70,6 +71,7 @@ export type DaimoPayHydratedOrder = {
paymentOptionsJson: string;
redirectUri: string | null;
orgId: UUID | null;
createdAt: number;
};

export type DaimoPayHydratedOrderWithoutHandoffAddr = Omit<
Expand Down

0 comments on commit 7d1ed5a

Please sign in to comment.