Skip to content

Commit

Permalink
Add default value for dynamicPriceToken
Browse files Browse the repository at this point in the history
  • Loading branch information
shayanpourvatan committed Jul 27, 2021
1 parent c94ad3e commit 860f401
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 860f401

Please sign in to comment.