Skip to content

Commit

Permalink
docs: iban might be invalid due to country specific rules (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Oct 16, 2024
1 parent df59724 commit 6a9ca8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/modules/finance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,9 @@ export class FinanceModule extends ModuleBase {
}

/**
* Generates a random iban.
* Generates a random IBAN.
*
* Please note that the generated IBAN might be invalid due to randomly generated bank codes/other country specific validation rules.
*
* @param options An options object.
* @param options.formatted Return a formatted version of the generated IBAN. Defaults to `false`.
Expand Down

0 comments on commit 6a9ca8a

Please sign in to comment.