Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-17 16:35:06 +03:00
parent 05e9c45b7c
commit e5f2121aea

View file

@ -289,9 +289,9 @@ internal class DefaultLearn2earnInteractor(
private fun Promotion.PromotionInfo.getData(promoCode: String?): PromotionInfoResponse.Data {
return if (promoCode == null) {
newCard
} else {
oldCard
} else {
newCard
}
}