Skip to content

Commit

Permalink
fix: update rapyd transfer response schema (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosp1011 authored Feb 15, 2024
1 parent ea95aaa commit 17e91a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet/backend/src/rapyd/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ export const RapydSetTransferResponseSchema = z.object({
destination_transaction_id: z.string(),
source_ewallet_id: z.string(),
source_transaction_id: z.string(),
transfer_response_at: z.number(),
transfer_response_at: z.number().nullable(),
created_at: z.number(),
metadata: z
.object({
Expand Down

0 comments on commit 17e91a9

Please sign in to comment.