Skip to content

Commit

Permalink
Supress MagicNumber lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclawson-stripe committed May 7, 2024
1 parent c3150f2 commit d419cfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import com.stripe.android.uicore.elements.SectionCard
import com.stripe.android.uicore.stripeColors
import com.stripe.android.uicore.utils.stateFlowOf

@Suppress("MagicNumber")
@OptIn(ExperimentalComposeUiApi::class)
@Composable
internal fun CvcRecollectionField(element: CvcElement, cardBrand: CardBrand, lastFour: String) {
Expand Down

0 comments on commit d419cfa

Please sign in to comment.