Skip to content

Commit

Permalink
feat: make brCode optional (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole authored Aug 9, 2023
1 parent 085027d commit 91b0964
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/kotlin/Charge.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public data class Charge @JvmOverloads public constructor(
public val type: String? = null,
public val createdAt: String,
public val updatedAt: String,
public val brCode: String,
public val brCode: String? = null,
public val expiresIn: Long,
public val pixKey: String,
public val paymentLinkUrl: String,
Expand Down

0 comments on commit 91b0964

Please sign in to comment.