Skip to content

Commit

Permalink
fix(bulkPayment): fix typo in parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMontone committed Mar 23, 2024
1 parent 317c929 commit f23676f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/payments/bulkPayment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ export type BulkPayment = {

export type CreateBulkPaymentFields = {
smartAccountId: string
paymentRequestsIds: string[]
}
paymentRequestIds: string[]
}

0 comments on commit f23676f

Please sign in to comment.