Skip to content

Commit

Permalink
Merge pull request #49 from cafebazaar/release-1.2.2
Browse files Browse the repository at this point in the history
Release 1.2.2
  • Loading branch information
shayanpourvatan authored Jul 27, 2021
2 parents 6d29049 + 860f401 commit ecc849c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ data class PurchaseRequest(
val productId: String,
val requestCode: Int,
val payload: String? = null,
val dynamicPriceToken: String?
val dynamicPriceToken: String? = null
)

internal fun PurchaseRequest.purchaseExtraData(): Bundle {
Expand Down
2 changes: 1 addition & 1 deletion version-manager.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ ext {
'targetSdkVersion' : 29
]

poolakeyVersion = "1.2.1"
poolakeyVersion = "1.2.2"

}

0 comments on commit ecc849c

Please sign in to comment.