Skip to content

Commit

Permalink
AND-8873 added new cobrands
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Oct 28, 2024
1 parent 85df380 commit c617ee3
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ internal enum class Wallet2CobrandImage(
batchIds = setOf("AF28"),
),

CryptoCasey(
cards2ResId = R.drawable.ill_crypto_casey_card2_120_106,
cards3ResId = R.drawable.ill_crypto_casey_card3_120_106,
batchIds = setOf("AF21", "AF22", "AF23"),
),

CryptoOrg(
cards2ResId = R.drawable.ill_crypto_org_card2_120_106,
cards3ResId = R.drawable.ill_crypto_org_card3_120_106,
batchIds = setOf("AF57"),
),

CryptoSeth(
cards2ResId = R.drawable.ill_crypto_seth_card2_120_106,
cards3ResId = R.drawable.ill_crypto_seth_card3_120_106,
Expand Down Expand Up @@ -134,6 +146,12 @@ internal enum class Wallet2CobrandImage(
batchIds = setOf("AF19"),
),

StealthCard(
cards2ResId = R.drawable.ill_stealth_cards2_120_106,
cards3ResId = R.drawable.ill_stealth_cards3_120_106,
batchIds = setOf("AF60", "AF74", "AF88"),
),

Trillant(
cards2ResId = R.drawable.ill_trillant_card2_120_106,
cards3ResId = R.drawable.ill_trillant_card3_120_106,
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c617ee3

Please sign in to comment.