Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Dec 13, 2020
1 parent c081922 commit 10b774f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repositories {
```groovy
dependencies {
/* ... */
implementation 'org.jraf:klibqonto:2.1.1'
implementation 'org.jraf:klibqonto:2.2.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ interface Transaction {
val attachmentRequired: Boolean

/**
* If this transaction's []operationType] is [OperationType.CARD], this will contain the card's last few digits, or `null` otherwise.
* If this transaction's [operationType] is [OperationType.CARD], this will contain the card's last few digits, or `null` otherwise.
*/
val cardLastDigits: String?
}

0 comments on commit 10b774f

Please sign in to comment.