Skip to content

Commit

Permalink
subcription plan misconfiguration changed
Browse files Browse the repository at this point in the history
  • Loading branch information
barbayrak committed Sep 28, 2021
1 parent 7cec8db commit f328594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ data class SubscriptionPlan (
@SerializedName("description") val description: String?,
@SerializedName("price_month") val priceMonth: String?,
@SerializedName("price_year") val priceYear: String?,
@SerializedName("subscribed") val subscribed: String?
@SerializedName("subscribed") val subscribed: Int?
)

0 comments on commit f328594

Please sign in to comment.