Skip to content

Commit

Permalink
Merge pull request #113 from starkbank/fix/account-type-docstring
Browse files Browse the repository at this point in the history
Fix account_type docstring attribute
  • Loading branch information
luistarkbank authored Sep 18, 2023
2 parents e15091c + 3036534 commit fb855e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Given a version number MAJOR.MINOR.PATCH, increment:
### Removed
- account_created, created, owned attributes to DictKey resource
- account_number, branch_code attributes to PaymentPreview resource

### Changed
- account_number, branch_code attributes to DictKey resource
### Fixed
- account_type docstring attribute to DictKey resource

## [2.21.0] - 2023-08-06
### Changed
Expand Down
2 changes: 1 addition & 1 deletion starkbank/dictkey/__dictkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class DictKey(Resource):
- ispb [string]: bank ISPB associated with the DICT key. ex: "20018183"
- branch_code [string]: encrypted bank account branch code associated with the DICT key. ex: "ZW5jcnlwdGVkLWJyYW5jaC1jb2Rl"
- account_number [string]: encrypted bank account number associated with the DICT key. ex: "ZW5jcnlwdGVkLWFjY291bnQtbnVtYmVy"
- account_type [string]: bank account type associated with the DICT key. ex: "checking", "saving", "salary" or "payment"
- account_type [string]: bank account type associated with the DICT key. ex: "checking", "savings", "salary" or "payment"
- status [string]: current DICT key status. ex: "created", "registered", "canceled" or "failed"
"""

Expand Down

0 comments on commit fb855e9

Please sign in to comment.