Skip to content

Commit

Permalink
[FIX/#441] 열람권 가격 변경 Amplitude 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Apr 10, 2024
1 parent c86e00d commit 37d98ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,8 @@ class PayActivity : BindingActivity<ActivityPayBinding>(R.layout.activity_pay) {
const val TYPE_TWO = "ticket2"
const val TYPE_FIVE = "ticket5"

const val PRICE_PLUS = "2800"
const val PRICE_ONE = "990"
const val PRICE_PLUS = "2900"
const val PRICE_ONE = "1400"
const val PRICE_TWO = "1900"
const val PRICE_FIVE = "3900"

Expand Down

0 comments on commit 37d98ea

Please sign in to comment.