Skip to content

Commit

Permalink
play payments updates
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Nov 15, 2023
1 parent 6f884fa commit 9e2ea02
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ class PaymentsUtil(private val activity: Activity) {
json.addProperty("provider", provider.toString().lowercase())
json.addProperty("email", email)
json.addProperty("plan", planID)
if (currency != null && currency != "") {
val plan = "${planID}-${currency}"
json.addProperty("plan", plan)
}
json.addProperty("currency", currency.lowercase())
json.addProperty("deviceName", session.deviceName())

Expand Down

0 comments on commit 9e2ea02

Please sign in to comment.