Skip to content

Commit 7fe1931

Browse files
fix: receiverAccountIdentifier (#75)
1 parent e4d7fa6 commit 7fe1931

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typings/Invoice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export interface CreateInvoiceInput {
1010
message: string;
1111
toIdentifier: string;
1212
fromIdentifier: string;
13-
receiverAccountId?: number;
13+
receiverAccountIdentifier?: string;
1414
expiresAt?: string;
1515
}
1616

0 commit comments

Comments
 (0)